Skip to content

Instantly share code, notes, and snippets.

@sbryant
Created March 3, 2010 20:57
Show Gist options
  • Save sbryant/321007 to your computer and use it in GitHub Desktop.
Save sbryant/321007 to your computer and use it in GitHub Desktop.
; highlighting
(setq erc-current-nick-highlight-type 'nick)
(setq erc-keywords '("whatever you want to highlight goes here"))
(setq erc-track-faces-priority-list
'(erc-current-nick-face erc-keyword-face))
(setq erc-track-priority-faces-only 'all)
; disable tracking most events
(setq erc-track-exclude-types '("JOIN" "PART" "QUIT" "NICK" "MODE"))
(setq erc-track-use-faces t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment