summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos <info@protesilaos.com>2026-04-23 21:54:36 +0300
committerProtesilaos <info@protesilaos.com>2026-04-23 21:54:36 +0300
commit57eb09e2ac8cb69a27c3969e92d71edb5f7d7f8b (patch)
tree2e823d789f91a6ffa0e8dc88b2181a250e5a9411
parent337b330e9bc09665cd4f4485e678670e3f11a2ba (diff)
Bind tmr-repeat to the tmr-prefix-map
-rw-r--r--tmr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmr.el b/tmr.el
index 2502248..f90993b 100644
--- a/tmr.el
+++ b/tmr.el
@@ -959,7 +959,8 @@ This map should be bound to a global prefix key."
"e" #'tmr-edit-description
"r" #'tmr-remove
"R" #'tmr-remove-finished
- "k" #'tmr-cancel)
+ "k" #'tmr-cancel
+ "n" #'tmr-repeat)
;;;###autoload (autoload 'tmr-prefix-map "tmr" nil t 'keymap)
(defalias 'tmr-prefix-map tmr-prefix-map)