chiark / gitweb /
dot/emacs: Move `hippie-expand' to another (related) key.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 31 May 2016 17:30:34 +0000 (18:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 31 May 2016 17:30:34 +0000 (18:30 +0100)
This leaves `dabbrev-expand' where it usually is, reducing confusion
between full-on and fast-startup Emacsen.

dot/emacs

index f3131a9a1a6db44f80d1587a9d92bd19312c9fa1..57814537a1756c75ae98dc73657e9ffd300682d5 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\C-c ?d ?a] 'devhelp-assistant-word-at-point)
   (global-set-key [f11] 'mdw-toggle-full-screen)
   (and (not mdw-fast-startup) (fboundp 'hippie-expand)
-       (global-set-key [?\M-/] 'hippie-expand)))
+       (global-set-key [?\M-?] 'hippie-expand)))
 
 (eval-after-load "dired"
   '(progn