mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
:hook (prog-mode . hl-todo-mode)
|
||||
:hook (yaml-mode . hl-todo-mode)
|
||||
:config
|
||||
(setq hl-todo-highlight-punctuation ":"
|
||||
hl-todo-keyword-faces
|
||||
|
Reference in New Issue
Block a user