Skip to content

Instantly share code, notes, and snippets.

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