Skip to content

Instantly share code, notes, and snippets.

@nyameko
Created December 12, 2016 13:39
Show Gist options
  • Save nyameko/e4597e96a748ec868f9b932cab9467ad to your computer and use it in GitHub Desktop.
Save nyameko/e4597e96a748ec868f9b932cab9467ad to your computer and use it in GitHub Desktop.
(erc :variables
erc-autojoin-channels-alist
'((".*\\.freenode.net" "#emacs" "#archlinux" "#linux" "#spacemacs"))
erc-track-exclude-types
'(("JOIN" "NICK" "PART" "QUIT" "MODE"
"324" "329" "332" "333" "353" "477"))
erc-hide-list
'(("JOIN" "PART" "QUIT" "NICK"))
erc-scrolltobotton-mode t
erc-spelling-mode t
erc-server-list
'(("irc.freenode.net"
:port "6697"
:ssl t
:nick "nuk3")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment