diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 16:48:05 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 17:11:53 +0100 |
commit | 7d9453c72e94159b06b4059e3444cd65267805d8 (patch) | |
tree | d2e53d254750ed6d41228987d85541b8d2a29250 /lisp/mastodon.el | |
parent | 50d77f205861cb5cdd4a4c97d5f320073303b81b (diff) |
masto mode map: 'g' calls --update
also remove notifs-get from same key in notifs map, for consistency
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 225565a..d8591e1 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -206,7 +206,6 @@ Use. e.g. \"%c\" for your locale's date and time format." (when (require 'lingva nil :no-error) (define-key map (kbd "s") #'mastodon-toot--translate-toot-text)) map) - "Keymap for `mastodon-mode'.") (defcustom mastodon-mode-hook nil |