diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index a448bf2f2dde..50b140ac4235 100644 --- a/init.el +++ b/init.el @@ -77,7 +77,7 @@ ;; IRC configuration (erc) ;; Actual servers and such are loaded from irc.el -(load-file-if-exists "~/.emacs.d/irc.el") +(load-file-if-exists "~/.emacs.d/init-irc.el") ;; Load magnars' string manipulation library (require 's) |