Update jabber package
This commit is contained in:
parent
d1ef84da40
commit
8ed1f4abc6
1 changed files with 5 additions and 0 deletions
|
@ -273,6 +273,11 @@
|
||||||
(use-package jabber
|
(use-package jabber
|
||||||
:defer t
|
:defer t
|
||||||
:custom
|
:custom
|
||||||
|
(jabber-muc-decorate-presence-patterns
|
||||||
|
'(("enters the room" . nil)
|
||||||
|
("has entered the room" . nil)
|
||||||
|
("joined the room" . nil)
|
||||||
|
("has left the chatroom" . nil)))
|
||||||
(jabber-activity-mode nil)
|
(jabber-activity-mode nil)
|
||||||
(jabber-account-list
|
(jabber-account-list
|
||||||
'(("marcus.kammer@mailbox.org")))
|
'(("marcus.kammer@mailbox.org")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue