mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
lang/org: don't persist active clocks
Only their history.
This commit is contained in:
@@ -809,7 +809,7 @@ compelling reason, so..."
|
|||||||
org-clock-cancel)
|
org-clock-cancel)
|
||||||
(org-clock-load))
|
(org-clock-load))
|
||||||
:config
|
:config
|
||||||
(setq org-clock-persist t
|
(setq org-clock-persist 'history
|
||||||
;; Resume when clocking into task with open clock
|
;; Resume when clocking into task with open clock
|
||||||
org-clock-in-resume t)
|
org-clock-in-resume t)
|
||||||
(add-hook 'kill-emacs-hook #'org-clock-save))
|
(add-hook 'kill-emacs-hook #'org-clock-save))
|
||||||
|
Reference in New Issue
Block a user