emacs: Turn on logging time of completition into drawer

This commit is contained in:
Nathan McCarty 2022-06-06 06:33:53 -04:00
parent f6186a16d2
commit 822633c428
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 1 deletions

View File

@ -304,7 +304,8 @@ work if it thinks it needs to."
Log state changes into a drawer
#+begin_src emacs-lisp
(after! org
(setq org-log-into-drawer t))
(setq org-log-into-drawer t
org-log-done 'time))
#+end_src
** org-roam
A second brain in emacs