working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
16
lisp/init-highlight-todo.el
Normal file
16
lisp/init-highlight-todo.el
Normal file
|
@ -0,0 +1,16 @@
|
|||
(maybe-require-package 'hl-todo)
|
||||
|
||||
(add-hook (org-mode . hl-todo-mode))
|
||||
(add-hook (prog-mode . hl-todo-mode))
|
||||
|
||||
(setq hl-todo-highlight-punctuation ":")
|
||||
(setq hl-todo-keyword-faces
|
||||
`(
|
||||
("TODO" warning bold)
|
||||
("FIXME" error bold)
|
||||
("HACK" font-lock-constant-face bold)
|
||||
("REVIEW" font-lock-keyword-face bold)
|
||||
("NOTE" success bold)
|
||||
("DEPRECATED" font-lock-doc-face bold)))
|
||||
|
||||
(provide 'init-hl-todo)
|
Loading…
Add table
Add a link
Reference in a new issue