diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-21 14:17:07 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-21 14:17:07 +0200 |
| commit | 7767a02da5a5d02b9021595d28f4bb0f3e4b3de5 (patch) | |
| tree | e6de40290f487960d3facf9b01a540535359a7a8 /.emacs.d/init.org | |
| parent | 5341d2183082f68c0f8d65ba845bb8a58030d3c3 (diff) | |
| download | dotfiles-7767a02da5a5d02b9021595d28f4bb0f3e4b3de5.tar.gz dotfiles-7767a02da5a5d02b9021595d28f4bb0f3e4b3de5.zip | |
emacs: remove desktop notifications for mu4e-alert
They are annoying and they will be shown anyways in the modeline.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
