emacs: Added init-local.el loading for machine-local configuration, removed jabber (using bitlbee instead)
This commit is contained in:
parent
2e9b4cf111
commit
2f88133858
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue