From e49fe07fc6eac5a8faf01c4f9ccda291aeb0c190 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sat, 12 Feb 2022 16:04:04 +0530 Subject: [PATCH] Use patched version of mu4e-alert --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 5f4604f..e27aeaa 100644 --- a/init.org +++ b/init.org @@ -3104,7 +3104,7 @@ PR ideas **** mu4e-alert #+BEGIN_SRC emacs-lisp (use-package mu4e-alert - :ensure t + :quelpa (mu4e-alert :fetcher github :repo "xzz53/mu4e-alert") :init (mu4e-alert-enable-notifications)) #+END_SRC