From 328613e29678470ae8b93d4e51a7320cc7ce19a2 Mon Sep 17 00:00:00 2001 From: cspark Date: Tue, 10 Mar 2026 18:12:14 +0000 Subject: [PATCH] Further formatting --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))