Skip to content

Commit

Permalink
tweak(hl-todo): add the FIX keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 2, 2023
1 parent e65bb1a commit 5dd383e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,13 @@
(setq hl-todo-keyword-faces
(append
hl-todo-keyword-faces
'(("BUG" . "#ee5555")
("PROJ" . "#447f44")
("IDEA" . "#0fa050")
("INFO" . "#0e9030")
'(("BUG" . "#ee5555")
("FIX" . "#0fa050")
("PROJ" . "#447f44")
("IDEA" . "#0fa050")
("INFO" . "#0e9030")
("TWEAK" . "#fe9030")
("PERF" . "#e09030")))))
("PERF" . "#e09030")))))

(use-package rainbow-mode
:straight t
Expand Down

0 comments on commit 5dd383e

Please sign in to comment.