Further formatting

This commit is contained in:
Curt Spark 2026-03-10 18:12:14 +00:00
parent 9594761e9f
commit 328613e296
1 changed files with 1 additions and 1 deletions

View File

@ -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))