diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index aa6aaab8..adf950a1 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -273,6 +273,11 @@ (use-package jabber :defer t :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-account-list '(("marcus.kammer@mailbox.org")))