Skip to content

Commit

Permalink
Fix: (hammy-define) Listify :stopped list
Browse files Browse the repository at this point in the history
Fixes <#13>.

Reported-by: Rickyfs <https://github.com/Rickyfs>
  • Loading branch information
alphapapa committed Sep 4, 2023
1 parent f4b22c4 commit f005898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ If you use ~tab-bar-mode~, rather than showing the Hammy status in each window's
*Changes*
+ Add 10-minute reminders to default pomodoro timer.

*Fixes*
+ Listify hammys' ~stopped~ slot. ([[https://github.com/alphapapa/hammy.el/issues/13][#13]]. Thanks to [[https://github.com/Rickyfs][Rickyfs]] for reporting.)

** 0.2.1

*Fixes*
Expand Down
1 change: 1 addition & 0 deletions hammy.el
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ Within ARGS, these pseudo-functions and forms available:
(listify-functions (hammy-interval-after interval))
(listify-functions (hammy-interval-advance interval)))
(ring-insert-at-beginning ring interval))
(listify-functions (hammy-stopped hammy))
(setf (hammy-intervals hammy) ring)
(setf hammy-hammys (cl-delete ,name hammy-hammys :test #'equal :key #'hammy-name))
(push hammy hammy-hammys)
Expand Down

0 comments on commit f005898

Please sign in to comment.