From e24b0a363a872ffae683fffc8a2ff74dfbbc7651 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 8 Oct 2024 13:52:25 +0100 Subject: Ensure hippie-expand binding is applied --- .emacs.d/lisp/init-completion.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs.d/lisp/init-completion.el') diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index ab213ff..feb37bf 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -21,7 +21,10 @@ :custom (dabbrev-case-distinction nil) (dabbrev-case-fold-search t) - (dabbrev-case-replace nil)) + (dabbrev-case-replace nil) + ;; TODO remove this after 30.1 + :bind + ("C-M-/" . hippie-expand)) (use-feature hippie-expand :custom -- cgit 1.4.1-2-gfad0