Ensure sound file name path is system agnostic

This commit is contained in:
Curt Spark 2026-02-25 21:26:23 +00:00
parent 648a72ad77
commit d0007a05be
1 changed files with 1 additions and 1 deletions

View File

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