From ab2f5baad75e110f8628823dc725296f33d1582c Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 6 Sep 2021 20:21:22 +0100 Subject: Change hippie/dabbrev bindings --- .emacs.d/lisp/init-completion.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index 8f2e1fb..415ba66 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -5,7 +5,9 @@ ;;; Code: (use-package dabbrev - :diminish) + :diminish + :bind + ("M-/" . dabbrev-completion)) (use-package hippie-expand :ensure nil @@ -23,7 +25,7 @@ try-complete-lisp-symbol-partially try-complete-lisp-symbol)) :bind - ("M-/" . hippie-expand)) + ("C-M-/" . hippie-expand)) (use-package fancy-dabbrev :diminish -- cgit 1.4.1-2-gfad0