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

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

[elpa] externals/tmr 3d9242be83 4/4: Add a reference to grid view; tweak


From: ELPA Syncer
Subject: [elpa] externals/tmr 3d9242be83 4/4: Add a reference to grid view; tweak code sample
Date: Fri, 13 May 2022 23:57:51 -0400 (EDT)

branch: externals/tmr
commit 3d9242be838f61f397d0542920ce9775759b5cb2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add a reference to grid view; tweak code sample
---
 README.org | 9 +++++----
 tmr.el     | 5 +++--
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index a4a2f2df9e..12b2c38b46 100644
--- a/README.org
+++ b/README.org
@@ -93,8 +93,9 @@ description.
 #+findex: tmr-view-echo-area-messages
 When the timer is set, a message is sent to the echo area recording the
 current time and the point in the future when the timer elapses.  Echo
-area messages can be reviewed with the ~view-echo-area-messages~ which is
-bound to =C-h e= by default.
+area messages can be reviewed with the ~view-echo-area-messages~ which
+is bound to =C-h e= by default.  To check all timers, use the command
+~tmr-tabulated-view~, which is described further below.
 
 #+vindex: tmr-sound-file
 #+vindex: tmr-notification-urgency
@@ -230,9 +231,9 @@ Everything is in place to set up the package.
 (let ((map global-map))
   (define-key map (kbd "C-c t t") #'tmr)
   (define-key map (kbd "C-c t T") #'tmr-with-description)
-  (define-key map (kbd "C-c t e") #'tmr-view-echo-area-messages) ; "e" to 
remind of C-h e
   (define-key map (kbd "C-c t l") #'tmr-tabulated-view) ; "list timers" 
mnemonic
-  (define-key map (kbd "C-c t c") #'tmr-cancel))
+  (define-key map (kbd "C-c t c") #'tmr-clone)
+  (define-key map (kbd "C-c t k") #'tmr-cancel))
 #+end_src
 
 * Acknowledgements
diff --git a/tmr.el b/tmr.el
index d057a01ce0..ca3a9c8bce 100644
--- a/tmr.el
+++ b/tmr.el
@@ -52,8 +52,9 @@
 ;;
 ;; When the timer is set, a message is sent to the echo area recording the
 ;; current time and the point in the future when the timer elapses.  Echo
-;; area messages can be reviewed with the `view-echo-area-messages' which is
-;; bound to `C-h e' by default.
+;; area messages can be reviewed with the `view-echo-area-messages' which
+;; is bound to `C-h e' by default.  To check all timers, use the command
+;; `tmr-tabulated-view', which is described further below.
 ;;
 ;; Once the timer runs its course, it produces a desktop notification and
 ;; plays an alarm sound.  The notification's message is practically the



reply via email to

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