X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/4d7d040beb835fa5ea0015d0e1202f61fa79c0c1..d17c675665cacf6fbc7aaeb281cdde3ba233fdeb:/el/dot-emacs.el?ds=inline diff --git a/el/dot-emacs.el b/el/dot-emacs.el index b5bdfd0..8b6618d 100644 --- 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))))) +(eval-after-load "erc" + '(load "~/.ercrc.el")) + ;;;-------------------------------------------------------------------------- ;;; Utility functions.