]> git.donarmstrong.com Git - lib.git/commitdiff
hippie expand is hippie-exp
authorDon Armstrong <don@donarmstrong.com>
Mon, 12 Feb 2018 23:46:10 +0000 (15:46 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 12 Feb 2018 23:46:10 +0000 (15:46 -0800)
emacs_el/configuration/don-configuration.org

index 46249ad35ff3d5dca50e2b77e5c92695344f87a6..3c5cd98efb575200e8633fcc58c217565df42277 100644 (file)
@@ -115,7 +115,7 @@ load  [[https://github.com/jwiegley/use-package/][use-package]] even faster
 * Modules
 ** Hippie Expand
 #+BEGIN_SRC emacs-lisp
-  (use-package hippie-expand
+  (use-package hippie-exp
     :bind* (("M-<SPC>" . hippie-expand))
     )
 #+END_SRC