fix(:lang): remove vestigial rainbow-delimiters-mode hooks

rainbow-delimiters was removed in 87b616e, but some of its activation
hooks were restored in 3b58741 and not removed when merged into
`master`.

Fix: #8483
Ref: 87b616e5d8
Amend: 3b58741522
This commit is contained in:
Henrik Lissner
2025-09-01 18:13:49 +02:00
parent 8760979fb5
commit 71f137c6b0
5 changed files with 4 additions and 5 deletions

View File

@@ -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))