From 7767a02da5a5d02b9021595d28f4bb0f3e4b3de5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Apr 2020 14:17:07 +0200 Subject: emacs: remove desktop notifications for mu4e-alert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are annoying and they will be shown anyways in the modeline. Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 4 ---- 1 file changed, 4 deletions(-) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 618efcd..92978c1 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1589,10 +1589,6 @@ I want desktop notifications when receiving email. (use-package mu4e-alert :ensure t :config - - ; Notify me for unread emails from my inbox. - (mu4e-alert-set-default-style 'libnotify) - (add-hook 'after-init-hook #'mu4e-alert-enable-notifications) (add-hook 'after-init-hook #'mu4e-alert-enable-mode-line-display) (setq mu4e-alert-interesting-mail-query (concat -- cgit v1.2.3