comparison .emacs @ 355:7edfa8d22584

emacs: move customize droppings to a dedicated file
author Augie Fackler <raf@durin42.com>
date Mon, 22 Dec 2014 14:59:29 -0500
parents 2a4efba0fe8b
children 08af9e123baa
comparison
equal deleted inserted replaced
354:3d46ce32c14e 355:7edfa8d22584
5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit 5 ; Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit
6 6
7 ; Start the server so that emacsclient will work 7 ; Start the server so that emacsclient will work
8 (server-start) 8 (server-start)
9 9
10 (setq custom-file "~/.elisp/settings/99.custom.el")
11
10 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) 12 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings")))
11 (mapc '(lambda (p) (load (concat settings-files "/" p))) 13 (mapc '(lambda (p) (load (concat settings-files "/" p)))
12 (directory-files settings-files nil "^[0-9].*el$"))) 14 (directory-files settings-files nil "^[0-9].*el$")))
13 15
14 (if (file-regular-p (expand-file-name (concat (getenv "HOME") 16 (if (file-regular-p (expand-file-name (concat (getenv "HOME")