alphapapa / hammy.el

Programmable, interactive interval timers (e.g. for working/resting)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent hook naming for `hammy-stopped`

erganemic opened this issue · comments

All of the hooks hammy defines have a -hook suffix, with the exception of hammy-stopped. This is relevant for e.g. use-package's :hook keyword, which can only accept hooks that end in the conventional suffix.