Change hippie/dabbrev bindings

This commit is contained in:
David Morgan 2021-09-06 20:21:22 +01:00
parent 903e201bc8
commit ab2f5baad7
1 changed files with 4 additions and 2 deletions

View File

@ -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