]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/don-configuration.org
bind hippie-expand separately
[lib.git] / 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