diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-05T13·37+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-05T13·37+0200 |
commit | edb2ca67d3d4809af7f164142a318b65e6ecae69 (patch) | |
tree | 42fe1bb9826972cdace3674c3897375b3f231932 /init.el | |
parent | 1ba56be2ee45cf902199223d6ed86d04739c1399 (diff) |
Rename irc.el to init-irc.el
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) |