Adding ednc (notifications) to Doom Emacs.

This commit is contained in:
Derek Taylor 2023-01-01 09:49:08 -06:00
parent e6c9be411b
commit c7d78274cb
1 changed files with 3 additions and 0 deletions

View File

@ -416,6 +416,9 @@ Setting the theme to doom-one. To try out new themes, I set a keybinding for co
#+END_SRC
* EDNC (Notifications)
The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure Lisp that implements a desktop notifications service according to the freedesktop.org specification. EDNC aspires to be a small, but flexible drop-in replacement of standalone daemons like dunst.
=NOTE=: Ensure that no other notification daemon (such as dunst) is active to use EDNC.
#+begin_src emacs-lisp
(ednc-mode 1)