config/emacs: add mu4e-alert
This commit is contained in:
parent
7521dc778f
commit
71db3ae767
1 changed files with 6 additions and 0 deletions
|
@ -1278,6 +1278,12 @@ GNU patch review metho dor sometihng idk
|
||||||
|
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package mu4e-alert
|
||||||
|
:after mu4e
|
||||||
|
:config
|
||||||
|
(setq mu4e-alert-notify-repeated-mails nil)
|
||||||
|
(mu4e-alert-enable-notifications))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Org
|
* Org
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue