Rename irc.el to init-irc.el
This commit is contained in:
parent
1ba56be2ee
commit
edb2ca67d3
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
scripts/
|
scripts/
|
||||||
init-local.el
|
init-local.el
|
||||||
irc.el
|
init-irc.el
|
||||||
elpa/
|
elpa/
|
||||||
themes/
|
themes/
|
||||||
other/
|
other/
|
||||||
|
|
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue