Don't log DONE time in org-mode
At the moment, I don't find these timestamps useful.
This commit is contained in:
parent
ef08e2228c
commit
119ea8b6ad
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@
|
|||
(setq org-todo-keywords
|
||||
'((sequence "TODO" "BLOCKED" "DONE")))
|
||||
(setq org-default-notes-file (f-join (getenv "ORG_DIRECTORY") "notes.org"))
|
||||
(setq org-log-done 'time)
|
||||
(setq org-agenda-files (list (f-join (getenv "ORG_DIRECTORY") "work.org")
|
||||
(f-join (getenv "ORG_DIRECTORY") "personal.org")))
|
||||
;; TODO: troubleshoot why `wpc/kbds-minor-mode', `wpc/ensure-kbds' aren't
|
||||
|
|
Loading…
Reference in a new issue