Set option to enable redo

This commit is contained in:
Hemant Gouni 2021-09-07 20:49:25 +00:00
parent efd14e775f
commit 84840b0d4d
No known key found for this signature in database
GPG key ID: 53164AFCBE2B8D38

View file

@ -1,3 +1,4 @@
(setq evil-undo-system 'undo-tree)
(require 'evil)
(evil-mode 1)