(config) Add global keybinding for Mastodon
All checks were successful
Publish / publish (push) Successful in 12s

This commit is contained in:
Marcel Kapfer 2025-02-13 17:40:01 +01:00
parent 82b973ce2c
commit 3ef57c2a03
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -2415,7 +2415,8 @@ Emacs client for Mastodon.
(use-package mastodon (use-package mastodon
:config :config
(setq mastodon-instance-url "https://fosstodon.org" (setq mastodon-instance-url "https://fosstodon.org"
mastodon-active-user "mmk2410")) mastodon-active-user "mmk2410")
:bind ("C-c M" . mastodon))
#+end_src #+end_src
* Emacs Everywhere * Emacs Everywhere