An issue I've come across in a few different packages now is that they use the builtin notifications library. But as far as I know, this doesn't work on macOS. As suggested here, this can be solved with define-advice:
In that same comment, the author suggested a minor-mode that would enable this configuration for you. What do you think about this? While I could just copy this snippet into my config, I feel like this affects a wide variety of packages and users, so a minor mode might make sense.
An issue I've come across in a few different packages now is that they use the builtin
notifications
library. But as far as I know, this doesn't work on macOS. As suggested here, this can be solved withdefine-advice
:In that same comment, the author suggested a minor-mode that would enable this configuration for you. What do you think about this? While I could just copy this snippet into my config, I feel like this affects a wide variety of packages and users, so a minor mode might make sense.