diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/.gitignore | 1 | ||||
-rw-r--r-- | .emacs.d/custom.el | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore index 60dcaa6..2cae575 100644 --- a/.emacs.d/.gitignore +++ b/.emacs.d/.gitignore @@ -1,5 +1,6 @@ auto-save-list/* el-get/* server/* +elmo/* image-dired/* session.* diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index d8fdce4..9f61215 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -3,4 +3,14 @@ ;; 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 + ;; custom-set-faces was added by Custom. + ;; 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. + ) |