From a993188f67f08be87f8f2eabcbdfc6dc2cc06813 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 19 Apr 2014 23:20:28 +0200 Subject: Move hippie-expand setting to init.org --- .emacs.d/init.el | 4 ---- .emacs.d/init.org | 11 +++++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f243daf..343869b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -918,10 +918,6 @@ from myaethon2.core.decorators import ( Location, )"))))) -;;;; Aliases - -(defalias 'dabbrev-expand 'hippie-expand) - ;;;; Load path (eval-and-compile diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 7f365ee..30d1703 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -315,6 +315,17 @@ (defalias 'yes-or-no-p 'y-or-n-p) #+END_SRC +* Use =hippie-expand=, not =dabbrev-expand= + + I've never actually used =dabbrev-expand=, and only rarely use + =hippie-expand= really, but since =hippie-expand= also includes a + =dabbrev= expander and a lot more than just that, it seems alright to + do this. + + #+BEGIN_SRC emacs-lisp + (defalias 'dabbrev-expand 'hippie-expand) + #+END_SRC + * Footnotes [fn:1] https://github.com/sabof/svg-mode-line-themes -- cgit v1.2.3-54-g00ecf