diff options
author | gearnode <bryan@frimin.fr> | 2020-08-06 15:04:06 +0200 |
---|---|---|
committer | gearnode <bryan@frimin.fr> | 2020-08-06 15:04:06 +0200 |
commit | b92b9bced7fb68587d22b826dbac2e749fcfe644 (patch) | |
tree | bfa2f88402b85d5b68ce9f4e6e7d04ac079787bb /README.org | |
parent | e8e24cab9cb4565322174ccd9b7cb01e740b83e5 (diff) |
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |