Closed rnkn closed 6 years ago
Excellent package btw.
Thank you. You can override that. If you think it should be handled differently, please feel free to reopen the issue.
Ah I see, thanks. I'd only suggest this might be better as a defcustom
.
(I think GitHub change a while back and only you can reopen issues these days.)
Yes, sounds like a good idea. PR is welcome ;)
Closed by #25
The function
pomidor-play-sound-file-emacs
, which appears to be called once per second, will raise a warning upon each call ifplay-sound-internal
is unbound, which it is for GUI and console Emacs 26.1 on macOS.https://github.com/TatriX/pomidor/blob/30004b21714b53d22041514d905e1876c5cedd4b/pomidor.el#L115
Deleting this line resolves the problem.