org-clock-mode-line-total back to using auto

This commit is contained in:
Evie Litherland-Smith 2024-08-23 11:21:12 +01:00
parent ba7d131bac
commit 607d3ae7eb

View file

@ -990,7 +990,7 @@ Configure email with iCalendar event support, to integrate with
:after org :after org
:custom :custom
(org-clock-rounding-minutes 15) (org-clock-rounding-minutes 15)
(org-clock-mode-line-total 'today)) (org-clock-mode-line-total 'auto))
(use-package org-duration (use-package org-duration
:after org :after org