fix(emacs): use correct faces for hl-todo-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b25037f700
commit
e6050eca62
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@
|
||||||
:custom-face
|
:custom-face
|
||||||
(hl-todo ((t (:inherit nano-salient-i))))
|
(hl-todo ((t (:inherit nano-salient-i))))
|
||||||
:custom
|
:custom
|
||||||
'(hl-todo-keyword-faces
|
(hl-todo-keyword-faces
|
||||||
(("HOLD" . "#ffffff")
|
'(("HOLD" . "#ffffff")
|
||||||
("TODO" . "#ffffff")
|
("TODO" . "#ffffff")
|
||||||
("NEXT" . "#ffffff")
|
("NEXT" . "#ffffff")
|
||||||
("THEM" . "#ffffff")
|
("THEM" . "#ffffff")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue