Add prefix to global mastodon menu
This commit is contained in:
parent
0e03753cb9
commit
be0214793e
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,10 @@ Each entry is either:
|
||||||
"b" 'mastodon-toot--toggle-boost
|
"b" 'mastodon-toot--toggle-boost
|
||||||
"n" 'mastodon-tl--goto-next-item
|
"n" 'mastodon-tl--goto-next-item
|
||||||
"t" 'mastodon-toot
|
"t" 'mastodon-toot
|
||||||
"r" 'mastodon-toot--reply))))
|
"r" 'mastodon-toot--reply)
|
||||||
|
|
||||||
|
(spacemacs/declare-prefix
|
||||||
|
"awm" "mastodon"))))
|
||||||
|
|
||||||
(defun mastodon/init-discover ()
|
(defun mastodon/init-discover ()
|
||||||
(use-package discover
|
(use-package discover
|
||||||
|
|
Loading…
Reference in a new issue