I just started using erc
in emacs and I've built emacs with --with-dbus
compile option. I enabled notifications
(so that I can get a notifications when my erc nickname gets mentioned) module in Erc modules list. But, whenever my nick gets mentioned in an erc channel, dbus
gives me this error message:Error: (dbus-error "No connection to bus" :session)
. I've no idea how to fix this :(
How can I get notifications to work for macOS?
Edit: I've started the dbus process with: brew services start dbus