Enable org-clock history persistence

This commit is contained in:
Evie Litherland-Smith 2025-02-04 07:45:52 +00:00
parent a52d2d2b4d
commit 12a0a02c71

View file

@ -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))