app/email: remove mu4e-alert plugin (I get notifications externally)
This commit is contained in:
parent
9c647ec636
commit
e30aaed837
2 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue