Evil-mode: % does all the stuff

This commit is contained in:
MitchMarq42 2022-09-25 12:42:35 -08:00
parent 11b51ae704
commit 0a09256a6e

View File

@ -110,6 +110,10 @@
:diminish 'global-evil-surround-mode
:hook (prog-mode . evil-surround-mode)
:config (global-evil-surround-mode 1))
(use-package evil-matchit
:straight t
:diminish 'evil-matchit-mode
:config (global-evil-matchit-mode 1))
(use-package evil-terminal-cursor-changer
:straight t
:after evil