mastodon-layer/README.org

50 lines
2.0 KiB
Org Mode

#+TITLE: mastodon layer
# Document tags are separated with "|" char
# The example below contains 2 tags: "layer" and "web service"
# Avaliable tags are listed in <spacemacs_root>/.ci/spacedoc-cfg.edn
# under ":spacetools.spacedoc.config/valid-tags" section.
#+TAGS: layer|web service
# The maximum height of the logo should be 200 pixels.
# TOC links should be GitHub style anchors.
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for the [[https://codeberg.org/martianh/mastodon.el][emacs mastodon.el package]].
** Features:
- Use the mastodon.el package in spaaaacemacs
- Provides keybindings for some things!
- Posts? You like posts? This will let you be one of the posts of all time.
* Install
Download this repo into the =private= folder in your =.emacs.d= folder.
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =mastodon= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key Binding | Description |
|-------------+------------------------------|
| ~SPC m f~ | Favorite a post |
| ~SPC m b~ | Boost a post |
| ~SPC m t~ | Create a new post |
| ~SPC m r~ | Reply to a post |
| ~SPC m g l~ | Go to your local timeline |
| ~SPC m g n~ | Get your notifications |
| ~SPC m g h~ | Go to your home timeline |
| ~SPC m g f~ | Go to the federated timeline |
| ~SPC m g p~ | Go to your profile |
# Use GitHub URLs if you wish to link a Spacemacs documentation file or its heading.
# Examples:
# [[https://github.com/syl20bnr/spacemacs/blob/master/doc/VIMUSERS.org#sessions]]
# [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bfun/emoji/README.org][Link to Emoji layer README.org]]
# If space-doc-mode is enabled, Spacemacs will open a local copy of the linked file.