From bd1a1dd7fd4bdc136073f8ddc62284a1ea6b3517 Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 12 Mar 2022 12:09:29 +0100 Subject: [PATCH] - added a command to subscribe to tag from the tag window. --- etc/init.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/init.lisp b/etc/init.lisp index 0e5636a..6864cb6 100644 --- a/etc/init.lisp +++ b/etc/init.lisp @@ -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