doomemacs/modules/email/mu4e/packages.el
Sean Farley 1176aaae0b feat(mu4e): use built-in notifications instead of mu4e-alert
Now that mu4e has its own notification feature since 1.10 (and as of
this commit version 1.12 is already out), we can just use that. Much
less code to maintain.

Closes: https://github.com/doomemacs/doomemacs/issues/6896
2024-04-01 13:31:49 -04:00

5 lines
151 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; email/mu4e/packages.el
(when (modulep! +org)
(package! org-msg :pin "0b65f0f77a7a71881ddfce19a8cdc60465bda057"))