diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-15 11:36:50 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-15 11:36:50 -0400 |
commit | 5ebf65972c0fcd360fe4421b7d1f3683b90d40c6 (patch) | |
tree | 3b609ab1e873e3bde27278eb5e0a5727efd37bdf | |
parent | 75f8530ee6a2ff9d28e08c033b5b80602b700f3f (diff) | |
download | configs-5ebf65972c0fcd360fe4421b7d1f3683b90d40c6.tar.gz configs-5ebf65972c0fcd360fe4421b7d1f3683b90d40c6.tar.xz configs-5ebf65972c0fcd360fe4421b7d1f3683b90d40c6.zip |
[emacs] (setq org-log-done 'time)
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -682,7 +682,8 @@ In short, my favourite way of life. :config (setq org-src-tab-acts-natively t org-src-preserve-indentation nil - org-edit-src-content-indentation 0) + org-edit-src-content-indentation 0 + org-log-done 'time) :hook (org-mode . org-indent-mode)) (use-package org-notmuch |