summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-09-09 13:49:21 +0100
committerAlan Pearce2013-09-09 14:10:21 +0100
commitff9984e5698068e56a38cd3193231adc8d296e37 (patch)
treefc073805da9622b08bee234abd5be77798808d60 /emacs
parentc12b575f04d653d12edfc9188a70f709607a30c3 (diff)
downloaddotfiles-ff9984e5698068e56a38cd3193231adc8d296e37.tar.lz
dotfiles-ff9984e5698068e56a38cd3193231adc8d296e37.tar.zst
dotfiles-ff9984e5698068e56a38cd3193231adc8d296e37.zip
Emacs: rebind M-/ to hippie-expand
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 620c5b3..191545c 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -498,6 +498,7 @@ Values: `desktop', `server', `laptop'")
 (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")