summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-12 22:14:32 +0100
committerjao <jao@gnu.org>2021-06-12 22:14:32 +0100
commitcf759f6b46a23732ad151abac466740ccc9fc7aa (patch)
treef3328ec43a657ca69f9fa29c5eeba4f905db66c5 /init.org
parent1a54f19de471ac2f742e62d27f4438c1b098f3e2 (diff)
downloadelibs-cf759f6b46a23732ad151abac466740ccc9fc7aa.tar.gz
elibs-cf759f6b46a23732ad151abac466740ccc9fc7aa.tar.bz2
accidentally removed ednc setup is back
Diffstat (limited to 'init.org')
-rw-r--r--init.org13
1 files changed, 12 insertions, 1 deletions
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