diff --git a/init.el b/init.el index 264edde..e7647b0 100644 --- a/init.el +++ b/init.el @@ -678,7 +678,10 @@ (use-package org-clock :after org + :config + (org-clock-persistence-insinuate) :custom + (org-clock-persist 'history) (org-clock-rounding-minutes 15) (org-clock-mode-line-total 'today))