diff --git a/init.el b/init.el index ee58e12..3659763 100644 --- a/init.el +++ b/init.el @@ -236,7 +236,7 @@ (setq org-pomodoro-audio-player "mpv")) (defun sound-alert (alert) - "Play a sound notification and show message ALERT." + "Play a sound notification and show message ALERT." (sound-wav-play (expand-file-name (concat user-emacs-directory "elpaca/builds/org-pomodoro/resources/bell.wav"))) (message alert))