chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
362f6ac
)
emacs: Local configuration files.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 19 May 2008 14:48:40 +0000
(15:48 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 19 May 2008 15:01:17 +0000
(16:01 +0100)
* Set up .emacs-local for local configuration (i.e., not handled
by ~/etc/profile).
* Set up .emacs-custom for the Emacs Customizer.
emacs
patch
|
blob
|
blame
|
history
diff --git
a/emacs
b/emacs
index dfe9cafecc2251e80d51da9d95d6834c754eacaf..b1f17e198dc4fbaee557766507578820cfd72672 100644
(file)
--- a/
emacs
+++ b/
emacs
@@
-102,6
+102,13
@@
(setq rmail-display-summary t)
(setq rmail-file-name "~/Mail/rmail")
+;; --- Customization ---
+
+(setq custom-file "~/.emacs-custom")
+(trap (load custom-file))
+
+(trap (load "~/.emacs-local"))
+
;; --- Internationalization twiddling ---
(trap