app/email: remove mu4e-alert plugin (I get notifications externally)

This commit is contained in:
Henrik Lissner 2017-04-12 12:20:10 -04:00
parent 9c647ec636
commit e30aaed837
2 changed files with 0 additions and 9 deletions

View file

@ -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))

View file

@ -1,7 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; app/email/packages.el
(package! mu4e-alert)
(package! mu4e-maildirs-extension)
(when (featurep! :feature evil)