From 910dc6257659d93c5c7bd0034f3677cfbaddba48 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Fri, 18 Aug 2023 15:35:55 -0600 Subject: [PATCH] Fixed the break timer error --- tacc.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tacc.el b/tacc.el index 62dc30d..eea7099 100644 --- a/tacc.el +++ b/tacc.el @@ -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