Releases: alphapapa/hammy.el
Releases · alphapapa/hammy.el
v0.3
Additions
- Built-in "1-shot" timer that prompts for a name and duration on each use.
- Command
hammy-status
shows information about active hammys in the echo area. - Option
hammy-mode-lighter-pie
shows a "progress pie" next to the time remaining. (See associated faces for customization.)- Option
hammy-mode-lighter-pie-height
sets the size of the progress pie.
- Option
- Option
hammy-mode-lighter-seconds-format
, used when the time remaining is less than one minute. - Faces
hammy-mode-lighter-name
andhammy-mode-lighter-interval
.
Changes
- Add 10-minute reminders to default pomodoro timer.
- Command
hammy-next
interprets a numeric prefix argument as a number of minutes (rather than a number of seconds). - Internal optimization of mode line lighter.
Fixes