Remap dabbrev stuff so it’s more useful

This commit is contained in:
Gergely Polonkai 2023-10-16 11:00:02 +02:00
parent 12a66c6ee7
commit 4d7a2795a4
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 10 additions and 0 deletions

View File

@ -1269,6 +1269,16 @@ This is a Termux-specific override.
url))))))
#+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
** ~projectile~