From cf759f6b46a23732ad151abac466740ccc9fc7aa Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 12 Jun 2021 22:14:32 +0100 Subject: accidentally removed ednc setup is back --- init.org | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 4f138cb..ae1c606 100644 --- a/init.org +++ b/init.org @@ -708,7 +708,18 @@ :diminish) (use-package jao-ednc - :demand t) + :after ednc + :commands (jao-ednc-setup) + :config + (jao-ednc-ignore-app "Spotify") + (jao-ednc-ignore-app "NetworkManager") + (defhydra jao-hydra-ednc (:color blue) + "Notifications" + ("s" jao-ednc-show "show last") + ("d" jao-ednc-dismiss "dismiss last") + ("D" jao-ednc-dismiss-all "dismiss all") + ("i" jao-ednc-invoke-last-action "invoke last action") + ("n" jao-ednc-pop "show all"))) #+end_src * Calendar, diary, weather *** Diary -- cgit v1.2.3