branch: externals/tmr
commit 5c8c0e35d90e88e0a3c29091acbf8c993a13d9dc
Author: Damien Cassou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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'.")