From: Mark Wooding Date: Tue, 31 May 2016 17:30:34 +0000 (+0100) Subject: dot/emacs: Move `hippie-expand' to another (related) key. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c3ee31b9820d8466267a73ab1ad652e043e31314 dot/emacs: Move `hippie-expand' to another (related) key. This leaves `dabbrev-expand' where it usually is, reducing confusion between full-on and fast-startup Emacsen. --- diff --git a/dot/emacs b/dot/emacs index f3131a9..5781453 100644 --- a/dot/emacs +++ b/dot/emacs @@ -616,7 +616,7 @@ (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