mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
fix(:lang): remove vestigial rainbow-delimiters-mode hooks
rainbow-delimiters was removed in87b616e
, but some of its activation hooks were restored in3b58741
and not removed when merged into `master`. Fix: #8483 Ref:87b616e5d8
Amend:3b58741522
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
|
||||
(use-package! php-mode
|
||||
:hook (php-mode . rainbow-delimiters-mode)
|
||||
:defer t
|
||||
:config
|
||||
(+php-common-config 'php-mode)
|
||||
|
||||
|
Reference in New Issue
Block a user