|
From: Adam S. <as...@ko...> - 2024-12-15 18:49:00
|
Adam Sjøgren writes:
> (add-hook 'jabber-alert-presence-hooks (lambda () (force-mode-line-update t)) 100)
Nah, it has to take the right number of arguments, so more like:
(add-hook 'jabber-alert-presence-hooks (lambda (who old new text alert) (force-mode-line-update t)))
D'oh,
Adam
--
"Money always takes the place of life" Adam Sjøgren
as...@ko...
|