From 73b7a4b45aa8fa8e4d33de3504b03d4e6313f308 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 20 Dec 2014 15:05:56 -0500 Subject: [PATCH] Disable evil fine undo --- core/spacemacs-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/spacemacs-mode.el b/core/spacemacs-mode.el index ba965933c..a6c5be574 100644 --- a/core/spacemacs-mode.el +++ b/core/spacemacs-mode.el @@ -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