Rename irc.el to init-irc.el

This commit is contained in:
Vincent Ambo 2013-08-05 15:37:43 +02:00
parent 1ba56be2ee
commit edb2ca67d3
2 changed files with 2 additions and 2 deletions

View file

@ -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)