Remap dabbrev stuff so it’s more useful
This commit is contained in:
parent
12a66c6ee7
commit
4d7a2795a4
@ -1269,6 +1269,16 @@ This is a Termux-specific override.
|
|||||||
url))))))
|
url))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** ~dabbrev~
|
||||||
|
|
||||||
|
I simply remap ~dabbrev-expand~ to a different key and replace the default binding with ~dabbrev-completion~.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package dabbrev
|
||||||
|
:bind (("M-/" . dabbrev-completion)
|
||||||
|
("C-M-/" . dabbrev-expand)))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Project management
|
* Project management
|
||||||
|
|
||||||
** ~projectile~
|
** ~projectile~
|
||||||
|
Loading…
Reference in New Issue
Block a user