From 2f580bfb0488dbd64fbb5a67478336966b6228e1 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 17 Nov 2023 16:33:53 -0800 Subject: [PATCH] A few changes --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 4aabc76..8db24e7 100644 --- a/init.el +++ b/init.el @@ -427,7 +427,7 @@ visual states." (use-package eldoc :diminish eldoc-mode :init - (setq-default eldoc-echo-area-use-multiline-p nil)) + (setq-default eldoc-echo-area-use-multiline-p 'truncate-sym-name-if-fit)) ;; dumb-jump (use-package dumb-jump @@ -980,6 +980,7 @@ If no name is given, list all bookmarks instead." mu4e-index-update-error-warning nil mu4e-get-mail-command "mbsync protonmail" mu4e-completing-read-function #'completing-read-default + mu4e-compose-context-policy 'ask-if-none mu4e-contexts `(,(make-mu4e-context :name "Personal" @@ -1006,7 +1007,9 @@ If no name is given, list all bookmarks instead." :after mu4e :hook (after-init . mu4e-alert-enable-notifications) :init - (setq mu4e-alert-set-window-urgency nil) + (setq mu4e-alert-set-window-urgency nil + mu4e-alert-interesting-mail-query + "flag:unread AND NOT flag:trashed AND NOT maildir:/protonmail/Spam") :config (mu4e-alert-set-default-style 'libnotify)) (mu4e t)