Add code to debug mu4e/mu4e-alert

This commit is contained in:
contrapunctus 2022-02-13 17:51:18 +05:30
parent c61fce7b3d
commit 0bba0c8aa3
1 changed files with 4 additions and 0 deletions

View File

@ -3118,6 +3118,10 @@ PR ideas
**** mu4e-alert
#+BEGIN_SRC emacs-lisp
;; (defun my-test-fn ()
;; (alert "mu4e-index-updated-hook was run"))
;; (add-hook 'mu4e-index-updated-hook #'my-test-fn)
(use-package mu4e-alert
:quelpa (mu4e-alert :fetcher github :repo "xzz53/mu4e-alert")
:init (mu4e-alert-enable-notifications)