Ensure sound file name path is system agnostic
This commit is contained in:
parent
648a72ad77
commit
d0007a05be
2
init.el
2
init.el
|
|
@ -225,7 +225,7 @@
|
||||||
(setq org-pomodoro-audio-player "mpv")
|
(setq org-pomodoro-audio-player "mpv")
|
||||||
)
|
)
|
||||||
(defun sound-alert (alert)
|
(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))
|
(message alert))
|
||||||
|
|
||||||
; System notifications of org agenda items
|
; System notifications of org agenda items
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue