Load highlight-parentheses after whitespace.
This commit is contained in:
parent
b3fdbbb75e
commit
9b55f6196a
|
@ -135,8 +135,9 @@
|
|||
(global-display-line-numbers-mode)))
|
||||
|
||||
(use-package highlight-parentheses
|
||||
:diminish (highlight-parentheses-mode)
|
||||
:after (whitespace)
|
||||
:demand t
|
||||
:diminish (highlight-parentheses-mode)
|
||||
:custom ((highlight-parentheses-colors nil)
|
||||
(highlight-parentheses-background-colors nil)
|
||||
(highlight-parentheses-attributes
|
||||
|
|
Loading…
Reference in New Issue
Block a user