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
|
||||
(hl-todo ((t (:inherit nano-salient-i))))
|
||||
:custom
|
||||
'(hl-todo-keyword-faces
|
||||
(("HOLD" . "#ffffff")
|
||||
(hl-todo-keyword-faces
|
||||
'(("HOLD" . "#ffffff")
|
||||
("TODO" . "#ffffff")
|
||||
("NEXT" . "#ffffff")
|
||||
("THEM" . "#ffffff")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue