about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--init.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c6aee83ff21f..e0336e08dea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
 scripts/
 init-local.el
-irc.el
+init-irc.el
 elpa/
 themes/
 other/
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)