Mercurial > dotfiles
comparison .emacs @ 359:76cd5cf09b44
Merge.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 08 Jan 2015 16:22:36 -0500 |
parents | 08af9e123baa |
children | 9a2541ec4d4d |
comparison
equal
deleted
inserted
replaced
357:c7a9cd793e37 | 359:76cd5cf09b44 |
---|---|
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") | 10 (setq custom-file "~/.elisp/settings/01.custom.el") |
11 | 11 |
12 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) | 12 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) |
13 (mapc '(lambda (p) (load (concat settings-files "/" p))) | 13 (mapc '(lambda (p) (load (concat settings-files "/" p))) |
14 (directory-files settings-files nil "^[0-9].*el$"))) | 14 (directory-files settings-files nil "^[0-9].*el$"))) |
15 | 15 |