summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-21 19:00:18 -0500
committerCase Duckworth2021-10-21 19:00:18 -0500
commit68ecd128b76187d704d79bfe86d598eb106a7c80 (patch)
treebbd6e8f1628798599b4c74721df66926c0996dab /init.el
parentAdd mode-line-bell (diff)
downloademacs-68ecd128b76187d704d79bfe86d598eb106a7c80.tar.gz
emacs-68ecd128b76187d704d79bfe86d598eb106a7c80.zip
Log DONE keywords
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index cb665ec..ffbc2f2 100644 --- a/init.el +++ b/init.el
@@ -2196,6 +2196,7 @@ browser defined in `browse-url-secondary-browser-function'."
2196 org-list-demote-modify-bullet '(("-" . "+") 2196 org-list-demote-modify-bullet '(("-" . "+")
2197 ("+" . "*") 2197 ("+" . "*")
2198 ("*" . "-")) 2198 ("*" . "-"))
2199 org-log-done 'time
2199 org-log-into-drawer t 2200 org-log-into-drawer t
2200 org-outline-path-complete-in-steps nil 2201 org-outline-path-complete-in-steps nil
2201 org-pretty-entities t 2202 org-pretty-entities t