From 117f0be7c2dee368944263ebe482a397acc7ea55 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 20 Mar 2020 12:12:42 +0000 Subject: [PATCH] Unbind in evil's motion map By default this just advances the point one character, which I don't use nor want especially because my leader key is the space key. --- emacs/.emacs.d/wpc/wpc-keybindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/wpc-keybindings.el b/emacs/.emacs.d/wpc/wpc-keybindings.el index 595cb8793..c5306f08d 100644 --- a/emacs/.emacs.d/wpc/wpc-keybindings.el +++ b/emacs/.emacs.d/wpc/wpc-keybindings.el @@ -74,7 +74,7 @@ (interactive) (let ((xref-prompt-for-identifier nil)) (call-interactively #'xref-find-references)))) - (general-unbind 'motion "M-." "C-p") + (general-unbind 'motion "M-." "C-p" "") (general-unbind 'normal "s" "M-." "C-p" "C-n") (general-unbind 'insert "C-v" "C-d" "C-a" "C-e" "C-n" "C-p" "C-k") (setq evil-symbol-word-search t)