summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index defe422..294ef82 100644
--- a/README.org
+++ b/README.org
@@ -201,7 +201,7 @@ Display line number in the gutter.
(global-hl-todo-mode)
(setq hl-todo-keyword-faces
- '(("TODO" . "#FF0000")
- ("DEBUG" . "#1E90FF")
+ '(("TODO" . "#FF0000")
+ ("DEBUG" . "#1E90FF")
("XXX" . "#1E90FF")))
#+END_SRC