Only enable hl-todo mode in programming modes
This commit is contained in:
parent
5b55077411
commit
d9dd5acd15
@ -2703,7 +2703,9 @@ Great help during refactoring.
|
||||
** ~hl-todo~ to highlight TODO comments
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package hl-todo)
|
||||
(use-package hl-todo
|
||||
:hook
|
||||
(prog-mode . hl-todo-mode))
|
||||
#+end_src
|
||||
|
||||
** ~bug-reference~ to turn bug/patch references to links
|
||||
|
Loading…
Reference in New Issue
Block a user