Set org-clock mode line to only show today

This commit is contained in:
Evie Litherland-Smith 2024-08-20 17:25:45 +01:00
parent 9b0b01dd79
commit d49a937974

View file

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