summaryrefslogtreecommitdiff
path: root/.emacs.d/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/custom.el')
-rw-r--r--.emacs.d/custom.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el
new file mode 100644
index 0000000..9f61215
--- /dev/null
+++ b/.emacs.d/custom.el
@@ -0,0 +1,16 @@
+(custom-set-variables
+ ;; custom-set-variables 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.
+ '(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.
+ )