emacs: Turn on logging time of completition into drawer
This commit is contained in:
parent
f6186a16d2
commit
822633c428
|
@ -304,7 +304,8 @@ work if it thinks it needs to."
|
||||||
Log state changes into a drawer
|
Log state changes into a drawer
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! org
|
(after! org
|
||||||
(setq org-log-into-drawer t))
|
(setq org-log-into-drawer t
|
||||||
|
org-log-done 'time))
|
||||||
#+end_src
|
#+end_src
|
||||||
** org-roam
|
** org-roam
|
||||||
A second brain in emacs
|
A second brain in emacs
|
||||||
|
|
Loading…
Reference in New Issue