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

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

[elpa] externals/tmr 5c8c0e35d9 1/4: tmr-tabulated: Bind "+" to add a ne


From: ELPA Syncer
Subject: [elpa] externals/tmr 5c8c0e35d9 1/4: tmr-tabulated: Bind "+" to add a new timer
Date: Fri, 13 May 2022 13:57:56 -0400 (EDT)

branch: externals/tmr
commit 5c8c0e35d90e88e0a3c29091acbf8c993a13d9dc
Author: Damien Cassou <damien@cassou.me>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    tmr-tabulated: Bind "+" to add a new timer
---
 tmr-tabulated.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tmr-tabulated.el b/tmr-tabulated.el
index 1b24ae3fff..f0d89d823c 100644
--- a/tmr-tabulated.el
+++ b/tmr-tabulated.el
@@ -59,6 +59,7 @@
 (defvar tmr-tabulated-mode-map
   (let ((map (make-sparse-keymap)))
     (define-key map "k" #'tmr-tabulated-cancel)
+    (define-key map "+" #'tmr)
     map)
   "Keybindings for `tmr-tabulated-mode-map'.")
 



reply via email to

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