mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/email: remove mu4e-alert plugin (I get notifications externally)
This commit is contained in:
@ -115,14 +115,6 @@
|
||||
:after mu4e)
|
||||
|
||||
|
||||
(def-package! mu4e-alert
|
||||
:after mu4e
|
||||
:config
|
||||
(cond (IS-MAC (mu4e-alert-set-default-style 'notifier))
|
||||
(IS-LINUX (mu4e-alert-set-default-style 'libnotify)))
|
||||
(mu4e-alert-enable-notifications))
|
||||
|
||||
|
||||
(def-package! mu4e-maildirs-extension
|
||||
:after mu4e
|
||||
:config (mu4e-maildirs-extension-load))
|
||||
|
@ -1,7 +1,6 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/email/packages.el
|
||||
|
||||
(package! mu4e-alert)
|
||||
(package! mu4e-maildirs-extension)
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
|
Reference in New Issue
Block a user