emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tmr 25e5f6e115 1/4: Tweak sample configuration


From: ELPA Syncer
Subject: [elpa] externals/tmr 25e5f6e115 1/4: Tweak sample configuration
Date: Fri, 1 Jul 2022 01:57:58 -0400 (EDT)

branch: externals/tmr
commit 25e5f6e11501a105bbed71687ac2f2534a08a056
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]