Disable evil fine undo

This commit is contained in:
syl20bnr 2014-12-20 15:05:56 -05:00
parent e2d613760c
commit 73b7a4b45a
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
;; evil and evil-leader must be installed at the beginning of the boot sequence
;; use C-u as scroll-up (must be set before actually loading evil)
(setq-default evil-want-C-u-scroll t)
(setq-default evil-want-fine-undo nil)
(spacemacs/load-or-install-package 'evil t)
(spacemacs/load-or-install-package 'evil-leader t)
;; motion state since this is a special mode