Emacs: disable evil-quickscope in magit-mode It seems to override magit's keybindings, although it wasn't doing that before
Alan Pearce alan@alanpearce.eu
Tue, 18 Jun 2019 14:34:15 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -220,6 +220,8 @@ :custom ((evil-magit-use-y-for-yank nil))) (use-package evil-quickscope :after evil + :commands (evil-quickscope-mode) + :ghook ('magit-mode-hook (lambda () (evil-quickscope-mode -1))) :custom ((global-evil-quickscope-mode t))) (use-package evil-org