diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-04 19:27:57 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-04 19:27:57 -0500 |
commit | d12b593a805f2dddc45178da1419d11fd7d7f01d (patch) | |
tree | 1c941cacd297bd557590f33038f0f62a4764c5c4 /.emacs.d/custom.el | |
parent | f7724e40ec232fcefaa2e0173734721eddb482b0 (diff) |
Play with .emacs
Diffstat (limited to '.emacs.d/custom.el')
-rw-r--r-- | .emacs.d/custom.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index d8fdce4..09345ce 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -3,4 +3,11 @@ ;; 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. + '(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. + ) |