Mercurial > dotfiles
comparison .emacs @ 127:932ae5899ff4
Indentation fix.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 15 Jul 2009 12:11:55 -0500 |
parents | 8aa70b521063 |
children | 8b0932adcaf1 |
comparison
equal
deleted
inserted
replaced
126:34b698771af9 | 127:932ae5899ff4 |
---|---|
10 ; TODO: is there a way to *not* start a server if one was already running? | 10 ; TODO: is there a way to *not* start a server if one was already running? |
11 (server-start) | 11 (server-start) |
12 | 12 |
13 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) | 13 (let ((settings-files (concat (getenv "HOME") "/.elisp/settings"))) |
14 (mapc '(lambda (p) (load (concat settings-files "/" p))) | 14 (mapc '(lambda (p) (load (concat settings-files "/" p))) |
15 (directory-files settings-files nil ".*el$"))) | 15 (directory-files settings-files nil ".*el$"))) |
16 | 16 |
17 (if (file-regular-p (expand-file-name (concat (getenv "HOME") | 17 (if (file-regular-p (expand-file-name (concat (getenv "HOME") |
18 "/.emacs-machine.el"))) | 18 "/.emacs-machine.el"))) |
19 (load (expand-file-name "~/.emacs-machine.el"))) | 19 (load (expand-file-name "~/.emacs-machine.el"))) |