From 4d7a2795a47d506f891587a3ed12753e408de8f2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 16 Oct 2023 11:00:02 +0200 Subject: [PATCH] =?UTF-8?q?Remap=20dabbrev=20stuff=20so=20it=E2=80=99s=20m?= =?UTF-8?q?ore=20useful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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~