Compare commits

...

2 Commits

Author SHA1 Message Date
TakeV be0214793e
Add prefix to global mastodon menu 2023-02-05 03:00:00 -08:00
TakeV 0e03753cb9
Add label for go-to prefix 2023-02-05 02:59:39 -08:00
1 changed files with 6 additions and 1 deletions

View File

@ -79,6 +79,8 @@ Each entry is either:
:ensure t
:init
(progn
(dolist (prefix `(("mg" . "Go to")))
(spacemacs/declare-prefix-for-mode 'mastodon-mode (car prefix) (cdr prefix)))
(spacemacs/set-leader-keys "awm" 'mastodon)
(spacemacs/set-leader-keys-for-major-mode 'mastodon-mode
"gl" 'mastodon-tl--get-local-timeline
@ -90,7 +92,10 @@ Each entry is either:
"b" 'mastodon-toot--toggle-boost
"n" 'mastodon-tl--goto-next-item
"t" 'mastodon-toot
"r" 'mastodon-toot--reply))))
"r" 'mastodon-toot--reply)
(spacemacs/declare-prefix
"awm" "mastodon"))))
(defun mastodon/init-discover ()
(use-package discover