mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable hl-todo-mode in yaml-mode
Since it isn't derived from prog-mode and has a comment syntax.
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
(use-package! hl-todo
|
(use-package! hl-todo
|
||||||
:hook (prog-mode . hl-todo-mode)
|
:hook (prog-mode . hl-todo-mode)
|
||||||
|
:hook (yaml-mode . hl-todo-mode)
|
||||||
:config
|
:config
|
||||||
(setq hl-todo-highlight-punctuation ":"
|
(setq hl-todo-highlight-punctuation ":"
|
||||||
hl-todo-keyword-faces
|
hl-todo-keyword-faces
|
||||||
|
Reference in New Issue
Block a user