ERC layer tweaks

- Mention terminal-notifier gem on OS X
- Add "ais" shortcut to switch to active ERC channels
- Remove todos
This commit is contained in:
Swaroop C H 2015-04-16 23:00:10 -07:00 committed by syl20bnr
parent bf74b52236
commit 6f9cad9996
2 changed files with 7 additions and 8 deletions

View file

@ -12,13 +12,7 @@
## Description
Basic layer for ERC.
TBD:
- show mode-line tracking of active channels (so that you know when to <kbd>C-c C-SPC</kbd> or it's equivalent evil-ized shortcut)
- evil-ized keyboard shortcuts
- documentation on storing credentials and preferred channels list
Layer for [ERC IRC chat.](http://www.emacswiki.org/emacs/ERC)
## Install
@ -28,6 +22,10 @@ To use this contribution add it to your `~/.spacemacs`
(setq-default dotspacemacs-configuration-layers '(erc))
```
*NOTE:* If you're on OS X, it's recommended to install the
[terminal-notifier gem](https://github.com/alloy/terminal-notifier) so that you get notifications
via the OS X Notification Center.
## Key bindings
Key Binding | Description

View file

@ -22,7 +22,8 @@
:init
(evil-leader/set-key
"aie" 'erc
"aiE" 'erc-tls)
"aiE" 'erc-tls
"ais" 'erc-track-switch-buffer)
:config
(progn