Mercurial > dotfiles
changeset 358:08af9e123baa
emacs: load customize file earlier so it can matter for things like smart-modeline
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 08 Jan 2015 16:22:23 -0500 |
parents | 7edfa8d22584 |
children | 76cd5cf09b44 |
files | .emacs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.emacs +++ b/.emacs @@ -7,7 +7,7 @@ ; Start the server so that emacsclient will work (server-start) -(setq custom-file "~/.elisp/settings/99.custom.el") +(setq custom-file "~/.elisp/settings/01.custom.el") (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) (mapc '(lambda (p) (load (concat settings-files "/" p)))