summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@gnu.org>2018-09-15 11:36:50 -0400
committerAmin Bandali <amin@gnu.org>2018-09-15 11:36:50 -0400
commit5ebf65972c0fcd360fe4421b7d1f3683b90d40c6 (patch)
tree3b609ab1e873e3bde27278eb5e0a5727efd37bdf
parent75f8530ee6a2ff9d28e08c033b5b80602b700f3f (diff)
downloadconfigs-5ebf65972c0fcd360fe4421b7d1f3683b90d40c6.tar.gz
configs-5ebf65972c0fcd360fe4421b7d1f3683b90d40c6.tar.xz
configs-5ebf65972c0fcd360fe4421b7d1f3683b90d40c6.zip
[emacs] (setq org-log-done 'time)
Diffstat (limited to '')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index e7882d5..41dd06a 100644
--- a/init.org
+++ b/init.org
@@ -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