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
|
github
|
||||||
markdown
|
markdown
|
||||||
org
|
org
|
||||||
spacemacs-ivy
|
|
||||||
(shell :variables
|
(shell :variables
|
||||||
shell-default-height 30
|
shell-default-height 30
|
||||||
shell-default-position 'bottom)
|
shell-default-position 'bottom)
|
||||||
|
|
@ -275,6 +274,9 @@ in `dotspacemacs/user-config'."
|
||||||
`((".*" . ,(concat spacemacs-cache-directory "undo-tree-history"))))
|
`((".*" . ,(concat spacemacs-cache-directory "undo-tree-history"))))
|
||||||
(setq undo-tree-auto-save-history t)
|
(setq undo-tree-auto-save-history t)
|
||||||
|
|
||||||
|
;; Allow vim-like undo
|
||||||
|
(setq evil-want-fine-undo "No")
|
||||||
|
|
||||||
;; Don't use the clipboard please
|
;; Don't use the clipboard please
|
||||||
;; (setq select-enable-clipboard nil)
|
;; (setq select-enable-clipboard nil)
|
||||||
;; Don't show the menu bar on the terminal
|
;; Don't show the menu bar on the terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue