diff --git a/configuration.org b/configuration.org index 1febe8f..90ab220 100644 --- a/configuration.org +++ b/configuration.org @@ -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~