From c7d78274cb2b4d7255803cc754f77dd275b8190c Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 1 Jan 2023 09:49:08 -0600 Subject: [PATCH] Adding ednc (notifications) to Doom Emacs. --- .config/doom/config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/doom/config.org b/.config/doom/config.org index 26d4cec..8baa0de 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -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)