Update --package
This commit is contained in:
parent
3e4dceb588
commit
20f5c37e90
1 changed files with 5 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue