all repos — nixfiles @ a479c4f4e26946775f8f84685b168026e8dca87c

System and user configuration, managed by nix and home-manager

Emacs: disable evil-quickscope in magit-mode It seems to override magit's keybindings, although it wasn't doing that before

Alan Pearce
commit

a479c4f4e26946775f8f84685b168026e8dca87c

parent

5edf77e46d385f10ac6c531794e56ca5b2960e5f

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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