Spacemacs no ivy, yes undo
This commit is contained in:
parent
8bc21565db
commit
36e0a17b87
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue