evil: always balance parens

This commit is contained in:
MitchMarq42 2023-04-04 20:21:48 -08:00
parent 6dd0fc431a
commit adcb87d76a

View File

@ -744,8 +744,9 @@ targets."
(show-paren-delay 0)
(show-paren-style 'parenthesis)))
(use-package evil-paredit
:after paredit
:hook (evil-mode . evil-paredit-mode))
:after paredit)
(use-package lispyville
:hook (evil-mode . lispyville-mode))
;; org mode and messy things
(use-package org