diff options
author | gearnode <bryan@frimin.fr> | 2020-08-06 15:02:26 +0200 |
---|---|---|
committer | gearnode <bryan@frimin.fr> | 2020-08-06 15:02:26 +0200 |
commit | e8e24cab9cb4565322174ccd9b7cb01e740b83e5 (patch) | |
tree | e2b84b864de02f75500bab6932883a8d6f21c5fd /README.org | |
parent | dbe3bfe244b1d2fee8558e0e973ec92cce45d5d8 (diff) |
configure hl-todo
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -195,3 +195,13 @@ Display line number in the gutter. (require 'helm-projectile) (helm-projectile-on) #+END_SRC + +*** hl-todo +#+BEGIN_SRC emacs-lisp +(global-hl-todo-mode) + +(setq hl-todo-keyword-faces + '(("TODO" . "#FF0000") + ("DEBUG" . "#1E90FF") + ("XXX" . "#1E90FF"))) +#+END_SRC |