all repos — nixfiles @ ff9984e5698068e56a38cd3193231adc8d296e37

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

Emacs: rebind M-/ to hippie-expand

Alan Pearce
commit

ff9984e5698068e56a38cd3193231adc8d296e37

parent

c12b575f04d653d12edfc9188a70f709607a30c3

1 file changed, 1 insertion(+), 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")