# HG changeset patch # User Augie Fackler # Date 1420752143 18000 # Node ID 08af9e123baa001dab960bf1fd6474c0a9225907 # Parent 7edfa8d2258481100c01088b4160894fcc2927ac emacs: load customize file earlier so it can matter for things like smart-modeline diff --git a/.emacs b/.emacs --- 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)))