Skip to content

Instantly share code, notes, and snippets.

@lislon
Created October 1, 2015 13:31
Show Gist options
  • Select an option

  • Save lislon/8f762e0286dab9131759 to your computer and use it in GitHub Desktop.

Select an option

Save lislon/8f762e0286dab9131759 to your computer and use it in GitHub Desktop.
(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