aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-tempus.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/org-tempus.el b/org-tempus.el
index 213a1ee..3fe3312 100644
--- a/org-tempus.el
+++ b/org-tempus.el
@@ -150,6 +150,11 @@
:type 'integer
:group 'org-tempus)
+(defcustom org-tempus-idle-active-streak-seconds 120
+ "Seconds of continuous activity before notifying to clock-in."
+ :type 'integer
+ :group 'org-tempus)
+
(defcustom org-tempus-idle-auto-clock-out-seconds 0
"Idle seconds after which to auto clock out.
Set to 0 to disable auto clock-out."
@@ -161,11 +166,6 @@ Set to 0 to disable auto clock-out."
:type 'boolean
:group 'org-tempus)
-(defcustom org-tempus-idle-active-streak-seconds 120
- "Seconds of continuous activity before notifying."
- :type 'integer
- :group 'org-tempus)
-
(defcustom org-tempus-idle-provider 'emacs
"Provider used to query idle time.
Known providers are `emacs' (activity inside Emacs),
nihil fit ex nihilo