Push org-clock-history-lenght to the recommanded maximum

The more items are available in the clock history, the easier I can reference
them using `db/org-add-link-to-org-clock-select-task`.
This commit is contained in:
dbo 2021-09-04 16:16:54 +02:00
parent 3d761a4c6b
commit eeff9a5194
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@
(use-package org-clock
:commands (org-clock-save)
:init (progn
(setq org-clock-history-length 23
(setq org-clock-history-length 35
org-clock-in-resume t
org-clock-into-drawer t
org-clock-idle-time nil