summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorgearnode <bryan@frimin.fr>2020-08-06 15:02:26 +0200
committergearnode <bryan@frimin.fr>2020-08-06 15:02:26 +0200
commite8e24cab9cb4565322174ccd9b7cb01e740b83e5 (patch)
treee2b84b864de02f75500bab6932883a8d6f21c5fd /README.org
parentdbe3bfe244b1d2fee8558e0e973ec92cce45d5d8 (diff)
configure hl-todo
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index fb13a29..defe422 100644
--- a/README.org
+++ b/README.org
@@ -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