diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index d32f2eb6..7b537343 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -220,6 +220,8 @@ With two prefix arguments, write out the day and month name." (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 |