From e6050eca6255d929c1bcd14c8b2d2ccee680d4e1 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 28 Nov 2024 01:25:16 -0500 Subject: [PATCH] fix(emacs): use correct faces for `hl-todo-mode` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/priime-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/include/priime-ui.el b/.emacs.d/include/priime-ui.el index 987e835..de2196a 100644 --- a/.emacs.d/include/priime-ui.el +++ b/.emacs.d/include/priime-ui.el @@ -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")