branch: externals/tmr
commit fc1c679148c262851ed95d28d8b5a198938db153
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Change the key binding for tmr-toggle-pause
I forgot that n and p move to the next and previous... I have my
custom key bindings, but it is better to keep the defaults intact.
---
tmr.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmr.el b/tmr.el
index dc3ecdfd81..35ed2554b0 100644
--- a/tmr.el
+++ b/tmr.el
@@ -865,7 +865,7 @@ This map should be bound to a global prefix key."
"T" #'tmr-with-details
"l" #'tmr-tabulated-view
"s" #'tmr-reschedule
- "p" #'tmr-toggle-pause
+ "P" #'tmr-toggle-pause
"a" #'tmr-toggle-acknowledge
"e" #'tmr-edit-description
"r" #'tmr-remove
@@ -888,7 +888,7 @@ This map should be bound to a global prefix key."
"a" #'tmr-toggle-acknowledge
"e" #'tmr-edit-description
"s" #'tmr-reschedule
- "p" #'tmr-toggle-pause)
+ "P" #'tmr-toggle-pause)
;;;;; Integration with the `embark' package