mirror of
https://github.com/vale981/pomm.el
synced 2025-03-04 09:11:42 -05:00
fix: run the right hook on reset
This commit is contained in:
parent
0942131ac3
commit
42f03d6ff2
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ This is an alist with the following keys:
|
|||
(last-changed-time ,(time-convert nil 'integer)))
|
||||
pomm-current-mode-line-string "")
|
||||
(setf (alist-get 'status pomm-third-time--state) 'stopped)
|
||||
(run-hooks 'pomm-on-status-changed-hook))
|
||||
(run-hooks 'pomm-third-time-on-status-changed-hook))
|
||||
|
||||
(defun pomm-third-time--init-state ()
|
||||
"Initialize the Third Time timer state."
|
||||
|
|
Loading…
Add table
Reference in a new issue