]> git.donarmstrong.com Git - lib.git/commitdiff
bind hippie-expand separately
authorDon Armstrong <don@donarmstrong.com>
Fri, 19 Jan 2018 19:00:36 +0000 (11:00 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 19 Jan 2018 19:00:48 +0000 (11:00 -0800)
emacs_el/configuration/don-configuration.org

index 804dfb3f3469e128b367b0df617fa020b52eedf5..a5a1035b2d1ed4f98c80f9c16d806efc4e4bbf84 100644 (file)
@@ -113,6 +113,12 @@ load  [[https://github.com/jwiegley/use-package/][use-package]] even faster
   (add-hook 'minibuffer-exit-hook #'don/minibuffer-exit-hook)
 #+END_SRC
 * Modules
+** Hippie Expand
+#+BEGIN_SRC emacs-lisp
+  (use-package hippie-expand
+    :bind* (("M-<SPC>" . hippie-expand))
+    )
+#+END_SRC
 ** Flyspell 🐝 
 #+BEGIN_SRC emacs-lisp
   (use-package flyspell
@@ -2319,9 +2325,6 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori
       (clear-visited-file-modtime)
       (not-modified)))
   (ad-activate 'ask-user-about-supersession-threat)
-
-  (global-set-key "\M- " 'hippie-expand)
-
 #+END_SRC
 
 * Server