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:
parent
05866ce30f
commit
059a70b74b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue