diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-13 23:26:18 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-13 23:26:18 -0400 |
commit | e563e61bcffdf9b44a76c70f845f4909cd322c0d (patch) | |
tree | 8be05a3db4edbe190baabc6424aa3f7e57cc0b7a /.emacs.d/custom.el | |
parent | 88e8a4ab61dc5352dd9fcd953e27a4156eca8c4a (diff) | |
parent | b38287a145a445868453f426a255d6467d89d630 (diff) |
Merge ../hp-dv6426us-par into build64-par
Diffstat (limited to '.emacs.d/custom.el')
-rw-r--r-- | .emacs.d/custom.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index 09345ce..9f61215 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -3,6 +3,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(erc-nick "lukeshu-freenode") + '(erc-port 6667) + '(erc-server "lukeshu.ath.cx") '(mdmua-maildir "~/Maildir") '(scroll-bar-mode nil)) (custom-set-faces |