mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
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
6 lines
151 B
EmacsLisp
6 lines
151 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/mu4e/packages.el
|
|
|
|
(when (modulep! +org)
|
|
(package! org-msg :pin "0b65f0f77a7a71881ddfce19a8cdc60465bda057"))
|