branch: externals/tmr commit 25e5f6e11501a105bbed71687ac2f2534a08a056 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak sample configuration --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 13467bbe71..146da30b0a 100644 --- a/README.org +++ b/README.org @@ -299,13 +299,12 @@ Everything is in place to set up the package. (require 'tmr) ;; set to nil to disable the sound -(setq tmr-sound-file - "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga") +(setq tmr-sound-file "/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga") (setq tmr-notification-urgency 'normal) ;; Read the `tmr-descriptions-list' doc string -(setq tmr-descriptions-list (list "Boil water" "Prepare tea" "Bake bread")) +(setq tmr-descriptions-list 'tmr-description-history) ;; OPTIONALLY set global key bindings: (let ((map global-map))