# ERC contribution layer for Spacemacs **Table of Contents** - [ERC contribution layer for Spacemacs](#erc-contribution-layer-for-spacemacs) - [Description](#description) - [Install](#install) - [Key bindings](#key-bindings) ## Description Basic layer for ERC. TBD: - show mode-line tracking of active channels (so that you know when to C-c C-SPC or it's equivalent evil-ized shortcut) - evil-ized keyboard shortcuts - documentation on storing credentials and preferred channels list ## Install To use this contribution add it to your `~/.spacemacs` ```elisp (setq-default dotspacemacs-configuration-layers '(erc)) ``` ## Key bindings Key Binding | Description --------------|------------------------------------------------------------ ` a e` | Starts ERC ` m b` | Switch between ERC buffers ` m d` | Interactively input a user action and send it to IRC. ` m j` | Join a channel, executes the /join command ` m n` | Run "/names #channel" in the current channel. ` m l` | Run the /list command ` m p` | Part from the channel ` m q` | Quit server