1
0
Fork 0

Install undo-fu to have redo functionality

This commit is contained in:
Daniele Tricoli 2021-12-21 19:32:00 +01:00
parent 8fa715d60d
commit 2dd85398f6
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,8 @@
:config
(evil-mode 1)
(evil-define-key 'normal org-mode-map (kbd "<tab>") #'org-cycle)
(evil-define-key 'normal 'global (kbd "C-n") #'treemacs))
(evil-define-key 'normal 'global (kbd "C-n") #'treemacs)
(evil-set-undo-system 'undo-fu))
(use-package general
:ensure t
@ -46,6 +47,9 @@
"oc" 'org-capture
"a" 'org-agenda))
(use-package undo-fu
:ensure t)
(use-package all-the-icons)
(use-package doom-modeline