Add label for go-to prefix
This commit is contained in:
parent
c043fc2883
commit
0e03753cb9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue