branch: externals/rt-liberation
commit 757d80870d130e27536d83461a2067a67c6dcecd
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>

    * rt-liberation.el: Add keybinding.
---
 rt-liberation.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rt-liberation.el b/rt-liberation.el
index 2ecd32e..c8affa4 100644
--- a/rt-liberation.el
+++ b/rt-liberation.el
@@ -1129,6 +1129,7 @@ string then that will be the name of the new buffer."
     (define-key map (kbd "DEL") 'scroll-down)
     (define-key map (kbd "m") 'rt-liber-browser-move)
     (define-key map (kbd "M") 'rt-liber-mark-ticket-at-point)
+    (define-key map (kbd "P") 'rt-liber-browser-prioritize)
     map)
   "Key map for ticket browser.")
 

Reply via email to