diff options
author | jao <jao@gnu.org> | 2024-04-24 17:36:29 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-04-24 17:36:29 +0100 |
commit | 78d19d2103581acc1df462ac9d80ff4b75ad19e9 (patch) | |
tree | 256c6c694ba7f64d4932df25606590071154741c | |
parent | 9b9e42c6fc602c3ebf2cdf0846a4fbb723b6401b (diff) | |
download | elibs-78d19d2103581acc1df462ac9d80ff4b75ad19e9.tar.gz elibs-78d19d2103581acc1df462ac9d80ff4b75ad19e9.tar.bz2 |
notifications: ignore Firefox
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -580,6 +580,7 @@ :commands (jao-ednc-setup) :after ednc :config + (jao-ednc-ignore-app "Firefox") (transient-define-prefix jao-transient-ednc () ["Notifications" ("s" "show last" jao-ednc-show) |