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