diff options
Diffstat (limited to '.emacs.d')
| -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 |
