From: Amin Bandali Date: Sat, 15 Sep 2018 15:36:50 +0000 (-0400) Subject: [emacs] (setq org-log-done 'time) X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5ebf65972c0fcd360fe4421b7d1f3683b90d40c6 [emacs] (setq org-log-done 'time) --- 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