summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
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