all repos — nixfiles @ ff9984e5698068e56a38cd3193231adc8d296e37

System and user configuration, managed by nix and home-manager

Emacs: rebind M-/ to hippie-expand
Alan Pearce alan@bulbstudios.com
Mon, 09 Sep 2013 13:49:21 +0100
commit

ff9984e5698068e56a38cd3193231adc8d296e37

parent

c12b575f04d653d12edfc9188a70f709607a30c3

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/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")