evil: always balance parens
This commit is contained in:
parent
6dd0fc431a
commit
adcb87d76a
@ -744,8 +744,9 @@ targets."
|
|||||||
(show-paren-delay 0)
|
(show-paren-delay 0)
|
||||||
(show-paren-style 'parenthesis)))
|
(show-paren-style 'parenthesis)))
|
||||||
(use-package evil-paredit
|
(use-package evil-paredit
|
||||||
:after paredit
|
:after paredit)
|
||||||
:hook (evil-mode . evil-paredit-mode))
|
(use-package lispyville
|
||||||
|
:hook (evil-mode . lispyville-mode))
|
||||||
|
|
||||||
;; org mode and messy things
|
;; org mode and messy things
|
||||||
(use-package org
|
(use-package org
|
||||||
|
Loading…
Reference in New Issue
Block a user