Created
October 1, 2015 13:31
-
-
Save lislon/8f762e0286dab9131759 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (evil-leader/set-key | |
| "aiq" 'erc-quit-server | |
| "aig" (defun bb/gitter () | |
| (interactive) | |
| (erc-tls :server "irc.gitter.im" | |
| :port "6667" | |
| :nick "lislon" | |
| :password "password from https://irc.gitter.im/" | |
| :full-name "lislon")) | |
| "aif" (defun bb/freenode () | |
| (interactive) | |
| (erc :server "irc.freenode.net" | |
| :port "6667" | |
| :nick "lislon" | |
| :full-name "lislon"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment