Further formatting
This commit is contained in:
parent
9594761e9f
commit
328613e296
2
init.el
2
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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue