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