aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2024-01-16 13:54:26 +0000
committermartianh <martianh@noreply.codeberg.org>2024-01-26 15:40:58 +0000
commitfa73817c225783f09e59f71d8724c62352c36776 (patch)
treef1140a40b30e1d8e2bb01e3ccf635b7957a93a44 /lisp/mastodon.el
parent07b90525015b86920011585599a9810b47b48f4e (diff)
Add 'z' binding to bury the current buffer
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index bac4d67..51fe6a5 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -225,6 +225,7 @@ Use. e.g. \"%c\" for your locale's date and time format."
(define-key map (kbd "G") #'mastodon-views--view-follow-suggestions)
(define-key map (kbd "X") #'mastodon-views--view-lists)
(define-key map (kbd "SPC") #'mastodon-tl--scroll-up-command)
+ (define-key map (kbd "z") #'bury-buffer)
map)
"Keymap for `mastodon-mode'.")