diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-01-14 10:36:27 -0300 |
|---|---|---|
| committer | Raúl Benencia <id@rbenencia.name> | 2026-01-14 10:36:27 -0300 |
| commit | 92c0b2c6b561700da0e59c2b19cabcf7cb7b3803 (patch) | |
| tree | c921a8663600b6c3cd3b5d024885bce33692c30d | |
| parent | fc685afbca33ffde08282c43f84f09841d00a715 (diff) | |
fix: idle-check-interval nil
| -rw-r--r-- | org-tempus.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org-tempus.el b/org-tempus.el index 968eb4f..6251f9a 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -91,10 +91,10 @@ Debug logs are appended to the *Org-Tempus-Debug* buffer." (defvar org-tempus--notification-reset-timer nil "Timer used to reset notification streaks.") -(defvar org-tempus-idle-check-interval +(defvar org-tempus-idle-check-interval nil "Seconds between idle checks for out-of-clock activity.") -(defvar org-tempus-notification-reset-seconds +(defvar org-tempus-notification-reset-seconds nil "Seconds after which notification streaks reset.") (defvar org-tempus--last-dconf-value nil |
