Closed ig-perez closed 3 years ago
I believe that pomidor-sound-tick
and pomidor-sound-tack
should be a path to a file rather then t
Check defcustom definition:
(defcustom pomidor-sound-tick (expand-file-name (concat pomidor-dir "tick.wav"))
"Tick sound during a pomoro run."
:type '(file :must-match t)
:group 'pomidor)
My bad. I added the path and now works. Thanks! ... I'd recommend adding this to the readme.md
. There are two code snippets where tick and tack appear, in both cases they are set to nil
.
Hi thanks for building this package. For some reason tick/tack sounds are not played even if Emacs can play sound, for example
(play-sound-file pomidor-sound-overwork)
plays the bell sound.This is my configuration:
Thanks