Emacs: rebind M-/ to hippie-expand
Alan Pearce alan@bulbstudios.com
Mon, 09 Sep 2013 13:49:21 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -498,6 +498,7 @@ (bind-key "C-x C-j" #'delete-indentation) (unbind-key "C-x C-c") (bind-key "C-c i" #'ucs-insert) +(bind-key "M-/" #'hippie-expand) (unbind-key "s-h") (unbind-key "s-n")