mirror of https://codeberg.org/cage/tinmop/
- added a command to subscribe to tag from the tag window.
This commit is contained in:
parent
e1b4658215
commit
bd1a1dd7fd
|
@ -554,6 +554,8 @@
|
|||
|
||||
(define-key "U" #'unsubscribe-to-hash *tags-keymap*)
|
||||
|
||||
(define-key "s" #'subscribe-to-hash *tags-keymap*)
|
||||
|
||||
(define-key "r" #'refresh-tags *tags-keymap*)
|
||||
|
||||
;; conversations keymap
|
||||
|
|
Loading…
Reference in New Issue