Created
August 13, 2010 19:44
-
-
Save mizchi/523447 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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