Update --package

This commit is contained in:
Marcus Kammer 2023-02-13 21:14:51 +01:00
parent 3e4dceb588
commit 20f5c37e90
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -233,9 +233,11 @@
(use-package jabber
:custom
(jabber-account-list '(("marcus.kammer@mailbox.org")))
(jabber-account-list
'(("marcus.kammer@mailbox.org")))
(jabber-muc-autojoin
'("angrytux@conference.trashserver.net" "openhardware@conference.magicbroccoli.de" "lisp@conference.a3.pm" "emacs@salas.suchat.org"))
'("lisp@conference.a3.pm"
"emacs@salas.suchat.org"))
(jabber-muc-default-nicknames
'(("lisp@conference.a3.pm" . "marcus")
("emacs@salas.suchat.org" . "marcus"))))
@ -269,8 +271,4 @@
(load "bundle--irc")
(load "bundle--news")
(let ((identity (expand-file-name "~/.email-identity.el")))
(when (file-exists-p identity)
(load-file identity)
(load "bundle--email")))
(load "bundle--email")