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

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
scripts/ scripts/
init-local.el init-local.el
irc.el init-irc.el
elpa/ elpa/
themes/ themes/
other/ other/

View file

@ -77,7 +77,7 @@
;; IRC configuration (erc) ;; IRC configuration (erc)
;; Actual servers and such are loaded from irc.el ;; 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 ;; Load magnars' string manipulation library
(require 's) (require 's)