This layer adds the ability to connect to a Mastodon Social Instances. It uses https://github.com/jdenen/mastodon.el to do this
To use this configuration layer, do the following:
- Clone mastodon layer repository
git clone https://github.com/ksonney/spacemacs-mastodon.git ~/.emacs.d/private/mastodon
- Add
mastodonto your.spacemacsor~/.spacemacs.d/init.el - Restart spacemacs (or just
SPC f e R).
On the first invocation, you will be prompted for username and password for connecting to mastodon.
Set mastodon-instance-url in your .spacemacs or ~/.spacemacs.d/init.el or customize. Defaults to the flagship.
(setq mastodon-instance-url "https://my.instance.url")| Key Binding | Description |
|---|---|
SPC a m m | Start Mastodon |
| Key Binding | Description |
|---|---|
SPC a m H | Home timeline |
SPC a m L | Local timeline |
SPC a m T | Tag timeline |
SPC a m F | Federation timeline |
| Key Binding | Description |
|---|---|
SPC a m b | Boost |
SPC a m f | Favorite |
SPC a m j | Next |
SPC a m k | Previous |
SPC a m n | Toot |
SPC a m r | Reply |
SPC a m t | Thread |
SPC a m u | Update |
| Key Binding | Description |
|---|---|
SPC a m q | Quit. Leave window open |
SPC a m Q | Quit. Kill window |