chiark / gitweb /
el/dot-emacs.el: Load ERC configuration in advance.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 20 Dec 2010 14:16:28 +0000 (14:16 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Dec 2010 14:16:28 +0000 (14:16 +0000)
el/dot-emacs.el

index b5bdfd07cde0142d645235b65d45dcc1735af0d0..8b6618ddb9ace5012b8ba71a03035b6295e69870 100644 (file)
@@ -358,6 +358,9 @@ (let ((path exec-path))
          (setenv "REAL_MOVEMAIL" try))
       (setq path (cdr path)))))
 
+(eval-after-load "erc"
+    '(load "~/.ercrc.el"))
+
 ;;;--------------------------------------------------------------------------
 ;;; Utility functions.