set default times correctly
This commit is contained in:
parent
ace2022745
commit
dd3081bf3e
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@
|
|||
:group 'pomodoro)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom pomodoro-work-time (* 25 1)
|
||||
(defcustom pomodoro-work-time (* 25 60)
|
||||
"The length of a pomodoro work session in seconds"
|
||||
:type '(integer)
|
||||
:group 'pomodoro)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom pomodoro-break-time (* 5 1)
|
||||
(defcustom pomodoro-break-time (* 5 60)
|
||||
"The length of a pomodoro break session in seconds"
|
||||
:type '(integer)
|
||||
:group 'pomodoro)
|
||||
|
|
Loading…
Add table
Reference in a new issue