This layer adds support for my substantially extended fork of gitter.el.
- Uses Gitter’s streaming API for live message updates
- Formatted code blocks
- Emoji support
- Support for avatars in graphical windows
To use this configuration layer, clone the layer into a directory named gitter
within your private
directory using:
(git clone https://github.com/dalanicolai/gitter-layer.git ~/.emacs.d/private/gitter
Alternative clone the layer to some other directory and create a symbolic link
named gitter
from within your private
directory to the repo directory as
follows:
ln -s /path/to/repo ~/.emacs.d/private/gitter
Subsequently add the layer to your ~/.spacemacs
. You will need to add gitter
to the existing dotspacemacs-configuration-layers
list in this file.
Key Binding | Description |
---|---|
i | Open input buffer |
S-RET (in input buffer) | Send message |
C-j | Next message |
C-K | Previous message |
d | Ace print message data |
e | Ace edit message |
m | Ace insert mention |
o | Follow link |
r | Rooms (switch) |
q | Kill input buffer |
TAB | Select other buffers |