chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
el/dot-emacs.el: Load ERC configuration in advance.
[profile]
/
el
/
dot-emacs.el
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.