Browse Source

Set evil's undo-system

master
Riyyi 4 years ago
parent
commit
cf35170790
  1. 1
      .config/emacs/config.org

1
.config/emacs/config.org

@ -258,6 +258,7 @@ Install and configure packages.
(evil-split-window-below t)
(evil-shift-round nil)
(evil-want-C-u-scroll t)
(evil-undo-system 'undo-tree)
;; Do not set half cursor in operator state
(evil-operator-state-cursor 'box)
;; Needed by evil-collection

Loading…
Cancel
Save