about summary refs log tree commit diff stats
path: root/lisp/+jabber.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-27 19:26:33 -0600
committerCase Duckworth2022-01-27 19:26:33 -0600
commit1e5c351253784ca3bd05c9e0db1e9dc53ab9a1e1 (patch)
tree20802d017c3e25dd9c39ee2eb3c24b789f2afbc9 /lisp/+jabber.el
parentAdd bmp to images (diff)
downloademacs-1e5c351253784ca3bd05c9e0db1e9dc53ab9a1e1.tar.gz
emacs-1e5c351253784ca3bd05c9e0db1e9dc53ab9a1e1.zip
Whose birthday is it?
Diffstat (limited to 'lisp/+jabber.el')
-rw-r--r--lisp/+jabber.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/+jabber.el b/lisp/+jabber.el index 69bc8c9..a0fdea7 100644 --- a/lisp/+jabber.el +++ b/lisp/+jabber.el
@@ -25,5 +25,8 @@ This does the same as `jabber-activity-show-p', but for the
25 (when (funcall +jabber-tracking-show-p group) 25 (when (funcall +jabber-tracking-show-p group)
26 (tracking-add-buffer buffer 'jabber-activity-face))) 26 (tracking-add-buffer buffer 'jabber-activity-face)))
27 27
28;;; TODO: Hiding presence messages:
29;; https://paste.sr.ht/~hdasch/f0ad09fbcd08e940a4fda71c2f40abc1c4efd45f
30
28(provide '+jabber) 31(provide '+jabber)
29;;; +jabber.el ends here 32;;; +jabber.el ends here