Enable org-clock history persistence
This commit is contained in:
parent
a52d2d2b4d
commit
12a0a02c71
3
init.el
3
init.el
|
@ -678,7 +678,10 @@
|
||||||
|
|
||||||
(use-package org-clock
|
(use-package org-clock
|
||||||
:after org
|
:after org
|
||||||
|
:config
|
||||||
|
(org-clock-persistence-insinuate)
|
||||||
:custom
|
:custom
|
||||||
|
(org-clock-persist 'history)
|
||||||
(org-clock-rounding-minutes 15)
|
(org-clock-rounding-minutes 15)
|
||||||
(org-clock-mode-line-total 'today))
|
(org-clock-mode-line-total 'today))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue