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:
4d7d040
)
el/dot-emacs.el: Load ERC configuration in advance.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 20 Dec 2010 14:16:28 +0000
(14:16 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 20 Dec 2010 14:16:28 +0000
(14:16 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index b5bdfd07cde0142d645235b65d45dcc1735af0d0..8b6618ddb9ace5012b8ba71a03035b6295e69870 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-358,6
+358,9
@@
(let ((path exec-path))
(setenv "REAL_MOVEMAIL" try))
(setq path (cdr path)))))
(setenv "REAL_MOVEMAIL" try))
(setq path (cdr path)))))
+(eval-after-load "erc"
+ '(load "~/.ercrc.el"))
+
;;;--------------------------------------------------------------------------
;;; Utility functions.
;;;--------------------------------------------------------------------------
;;; Utility functions.