Fixed the break timer error

master
Brady McDonough 2 years ago
parent 079a3e60b4
commit 910dc62576

@ -57,8 +57,6 @@
;;
;; ERROR:
;;
;; BUG: Break timer displays wrong time and sign
;;
;; Optional
(require 'icicles nil t)
@ -381,9 +379,9 @@ registered" sym-name)
(time-add start-ts
(if (eq state 'work)
(tacc-work-period cycle)
(if (eq state 'break)
(tacc-break-period cycle))
0))))
(if (eq state 'break)
(tacc-break-period cycle)
0)))))
;; 05.3 State manipulation

Loading…
Cancel
Save