branch: externals/org-modern commit 62c20cec25c759c30bc9004bf46cd265fbb38e0b Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fix docstring (See #45) --- org-modern.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-modern.el b/org-modern.el index 8bf99cc5f1..641b1ac008 100644 --- a/org-modern.el +++ b/org-modern.el @@ -140,8 +140,8 @@ This is an alist, with todo keywords in the car and faces in the cdr. Example: (setq org-modern-todo-faces - '((\"TODO\" :background \"red\" - :foreground \"yellow\")))" + (quote (\"TODO\" :background \"red\" + :foreground \"yellow\")))" :type '(repeat (cons (string :tag "Keyword") (sexp :tag "Face "))))