(bind-key* "s-r" 'jabber-roster)
(bind-key* "s-u" 'jabber-roster-chat-unread)
Now that’s what I call hotkeys. They are going to see a lot of action 🐱☕
(bind-key* "s-r" 'jabber-roster)
(bind-key* "s-u" 'jabber-roster-chat-unread)
Now that’s what I call hotkeys. They are going to see a lot of action 🐱☕
Warning (emacs): jabber-omemo: failed to fetch bundle for (JID) device (id): Item not found: Node not found
Hm… 🤔
If I enable Jabber Mode Line in jabber.el, installed from Debian’s trixie-backports, I get error in my init.el’s loading of customized settings:
(setq custom-file (locate-user-emacs-file "custom/custom.el"))
(load custom-file t)
unless I do (require 'jabber) before that. Hm 🤔
dc52cecafc roster: Replace buffer with keymap-popup interface
The persistent EWOC roster buffer is replaced by a keymap-popup that shows dynamic counts and dispatches to completing-read for contact selection. The roster buffer, auto-refresh machinery, and all buffer-display code are removed.
Eh… I could’ve used both 🤷
In other news, how do I check if my accounts are all online in this new bufferless roster reality of jabber.el? 🤔
Is there a way to show presence information (including messages) in roster list’s “Connected:” line in jabber.el?
Day 1 of using jabber.el. Paging through several pictures is slightly slower, than I’d like, but otherwise it works great. I miss message reactions (for reasons), but I can live without them 🐱☕
I wonder if I can load files on demand when auto‐loading is disabled…? 🤔