emacs: Added init-local.el loading for machine-local configuration, removed jabber (using bitlbee instead)

This commit is contained in:
Vincent Ambo 2013-07-25 20:22:57 +02:00
parent 2e9b4cf111
commit 2f88133858

View file

@ -31,7 +31,6 @@
geiser
quack
rainbow-mode
jabber
)
"A list of packages to install at launch.")
@ -64,6 +63,9 @@
(load "~/.emacs.d/init-bindings.el")
(load "~/.emacs.d/init-eshell.el")
;; A file with machine specific settings
(load "~/.emacs.d/init-local.el")
;; IRC configuration (erc)
;; Actual servers and such are loaded from irc.el
(load "~/.emacs.d/irc")