1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Add evil fine undo

This commit is contained in:
Jack Foltz 2019-02-10 14:49:18 -05:00
parent eea3302ce3
commit e8638eb431
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD

View File

@ -151,10 +151,7 @@ Also set up a leader key and prefixes, like =\= in Vim.
(use-package evil (use-package evil
:diminish undo-tree-mode :diminish undo-tree-mode
:init :preface
(setq evil-want-integration t)
(setq evil-want-keybinding nil)
(defun jf-window-split () (defun jf-window-split ()
(interactive) (interactive)
(evil-window-split) (evil-window-split)
@ -179,7 +176,12 @@ Also set up a leader key and prefixes, like =\= in Vim.
"j" #'evil-window-right "j" #'evil-window-right
"k" #'evil-window-down "k" #'evil-window-down
"l" #'evil-window-right "l" #'evil-window-right
"o" #'other-frame)) "o" #'other-frame)
:custom
(evil-want-integration t)
(evil-want-keybinding nil)
(evil-want-fine-undo t))
#+END_SRC #+END_SRC
** Evil Collection ** Evil Collection
[[https://github.com/emacs-evil/evil-collection][Evil Collection]] adds Evil bindings for all the parts of Emacs that Evil [[https://github.com/emacs-evil/evil-collection][Evil Collection]] adds Evil bindings for all the parts of Emacs that Evil