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:
@@ -28,7 +28,6 @@
|
||||
'((t (:foreground "#E10098")))
|
||||
"Face for GraphQL icon."
|
||||
:group 'nerd-icons-faces)
|
||||
(add-hook 'graphql-mode-hook #'rainbow-delimiters-mode)
|
||||
(+graphql-common-config 'graphql-mode))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user