summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/.gitignore2
-rw-r--r--.emacs.d/custom.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore
index 60dcaa6..675a8be 100644
--- a/.emacs.d/.gitignore
+++ b/.emacs.d/.gitignore
@@ -1,5 +1,7 @@
auto-save-list/*
el-get/*
server/*
+elmo/*
image-dired/*
session.*
+url/*
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el
index 7773d83..4caf4c5 100644
--- a/.emacs.d/custom.el
+++ b/.emacs.d/custom.el
@@ -5,6 +5,8 @@
;; If there is more than one, they won't work right.
'(ruby-deep-arglist nil)
'(ruby-deep-indent-paren nil)
+ '(erc-nick "lukeshu")
+ '(mdmua-maildir "~/Maildir")
'(scroll-bar-mode nil))
(custom-set-faces
;; custom-set-faces was added by Custom.