about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-completion.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-06 20:21:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-06 20:21:22 +0100
commitab2f5baad75e110f8628823dc725296f33d1582c (patch)
tree2de23f50be7bb47a108f02a9c6fcc2d3467c4723 /.emacs.d/lisp/init-completion.el
parent903e201bc8696112cc7d55a78db8477781f96739 (diff)
downloaddotfiles-ab2f5baad75e110f8628823dc725296f33d1582c.tar.gz
Change hippie/dabbrev bindings
Diffstat (limited to '.emacs.d/lisp/init-completion.el')
-rw-r--r--.emacs.d/lisp/init-completion.el6
1 files changed, 4 insertions, 2 deletions
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
online' and 'none' settings' href='/danisanti/profani-tty/commit/tests/test_preferences.c?id=2af418fd8da7bce971f84b98be945f8d5a858f9d'>2af418fd ^
69f2f4a1 ^
2af418fd ^

e5ac12af ^
69f2f4a1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36