mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Adding ednc (notifications) to Doom Emacs.
This commit is contained in:
parent
e6c9be411b
commit
c7d78274cb
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue