diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-01-15 08:44:42 -0300 |
|---|---|---|
| committer | Raúl Benencia <id@rbenencia.name> | 2026-01-15 08:44:42 -0300 |
| commit | 81083ad161072918497a7fbcd6c30faec136daf2 (patch) | |
| tree | 388e5863bc8b40df8e7dfe1fbad9c99f2bdb1ef6 | |
| parent | fe98cc60e7b6a9fc607c9687e0f7c45fa067a74f (diff) | |
reduce default auto clock out time to 4 minutes
| -rw-r--r-- | org-tempus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-tempus.el b/org-tempus.el index 86d4583..61bac08 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -271,7 +271,7 @@ When nil, start session tracking on clock-in." :type 'boolean :group 'org-tempus) -(defcustom org-tempus-auto-clock-out-seconds 300 +(defcustom org-tempus-auto-clock-out-seconds 240 "Idle seconds after which to auto clock out. Set to 0 to disable auto clock-out." :type 'integer |
