diff options
| author | Protesilaos <info@protesilaos.com> | 2026-04-23 21:54:36 +0300 |
|---|---|---|
| committer | Protesilaos <info@protesilaos.com> | 2026-04-23 21:54:36 +0300 |
| commit | 57eb09e2ac8cb69a27c3969e92d71edb5f7d7f8b (patch) | |
| tree | 2e823d789f91a6ffa0e8dc88b2181a250e5a9411 | |
| parent | 337b330e9bc09665cd4f4485e678670e3f11a2ba (diff) | |
Bind tmr-repeat to the tmr-prefix-map
| -rw-r--r-- | tmr.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
