Add BUG keyword to hl-todo.

This commit is contained in:
KJ 2024-04-22 00:20:32 -04:00
parent 30fbba45db
commit f5a28724b0
1 changed files with 3 additions and 1 deletions

View File

@ -189,7 +189,9 @@
;; Resaltar palabras clave como TODO, FIXME, etc. en comentarios del código.
(use-package hl-todo
:defer t
:hook (prog-mode . hl-todo-mode))
:hook (prog-mode . hl-todo-mode)
:config
(add-to-list 'hl-todo-keyword-faces '("BUG" . "#d99600")))
;; Permite crear conjuntos de atajos.
(use-package hydra