From d0007a05bec2356d8a960f80afc4239178fcac76 Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Wed, 25 Feb 2026 21:26:23 +0000 Subject: [PATCH] Ensure sound file name path is system agnostic --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 69d6ea4..2df450b 100644 --- a/init.el +++ b/init.el @@ -225,7 +225,7 @@ (setq org-pomodoro-audio-player "mpv") ) (defun sound-alert (alert) - (sound-wav-play (concat (expand-file-name "~") "/.emacs.d/elpaca/builds/org-pomodoro/resources/bell.wav")) + (sound-wav-play (expand-file-name (concat user-emacs-directory "elpaca/builds/org-pomodoro/resources/bell.wav"))) (message alert)) ; System notifications of org agenda items