From 36e0a17b877082be61cf3b08cc9429f3c6ac6065 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 24 Mar 2016 08:46:58 -0700 Subject: [PATCH] Spacemacs no ivy, yes undo --- .spacemacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index 0160b24..1b7a6c6 100644 --- a/.spacemacs +++ b/.spacemacs @@ -31,7 +31,6 @@ values." github markdown org - spacemacs-ivy (shell :variables shell-default-height 30 shell-default-position 'bottom) @@ -275,6 +274,9 @@ in `dotspacemacs/user-config'." `((".*" . ,(concat spacemacs-cache-directory "undo-tree-history")))) (setq undo-tree-auto-save-history t) + ;; Allow vim-like undo + (setq evil-want-fine-undo "No") + ;; Don't use the clipboard please ;; (setq select-enable-clipboard nil) ;; Don't show the menu bar on the terminal