Skip to content

Instantly share code, notes, and snippets.

@mizchi
Created August 13, 2010 19:44
Show Gist options
  • Select an option

  • Save mizchi/523447 to your computer and use it in GitHub Desktop.

Select an option

Save mizchi/523447 to your computer and use it in GitHub Desktop.
(setq rcirc-server-alist '(
("irc.media.kyoto-u.ac.jp" :channels ("#twitter" "#twitter2" ))
;; ("opentig.net" :channels ("console"))
))
(setq rcirc-log-flag t)
(set-face-foreground 'rcirc-my-nick "red" nil)
(dolist (rcirc-face (remove-if-not
(lambda (elt) (equal (cadr elt) 'custom-face))
(get 'rcirc-faces 'custom-group)))
(set-face-font (car rcirc-face) "verdana-10"))
(setq rcirc-time-format "%Y-%m-%d %H:%M ")
(setq rcirc-default-nick "mizchi")
(setq rcirc-default-user-name "mizchi")
(setq rcirc-default-full-name "miz404@gmail.com")
(setq rcirc-startup-channels-alist
'(("\\.freenode\\.net$" "#emacs" "#rcirc")))
(setq rcirc-decode-coding-system 'undecided)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment