Skip to content

Instantly share code, notes, and snippets.

@ivikash
Created October 27, 2011 13:31
Show Gist options
  • Save ivikash/1319536 to your computer and use it in GitHub Desktop.
Save ivikash/1319536 to your computer and use it in GitHub Desktop.
erc.el
(require 'erc)
(require 'erc-nick-notify)
(erc :server "irc.freenode.net" :full-name "Vikash Agrawal")
(erc :server "irc.gimp.org" :full-name "Vikash Agrawal")
(erc :server "irc.mozilla.org" :full-name "Vikash Agrawal")
((setq erc-autojoin-channels-alist '(("freenode.net" "#emacs" "#lumanipal" "##linux-india" "#gsoc" "#xcb" "##c" "#python"))))
((setq erc-autojoin-channels-alist '(("#gimp.org" "#gnome" "#gnome-love"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment