A few changes
This commit is contained in:
parent
bab2411efe
commit
2f580bfb04
7
init.el
7
init.el
@ -427,7 +427,7 @@ visual states."
|
|||||||
(use-package eldoc
|
(use-package eldoc
|
||||||
:diminish eldoc-mode
|
:diminish eldoc-mode
|
||||||
:init
|
: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
|
;; dumb-jump
|
||||||
(use-package 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-index-update-error-warning nil
|
||||||
mu4e-get-mail-command "mbsync protonmail"
|
mu4e-get-mail-command "mbsync protonmail"
|
||||||
mu4e-completing-read-function #'completing-read-default
|
mu4e-completing-read-function #'completing-read-default
|
||||||
|
mu4e-compose-context-policy 'ask-if-none
|
||||||
mu4e-contexts
|
mu4e-contexts
|
||||||
`(,(make-mu4e-context
|
`(,(make-mu4e-context
|
||||||
:name "Personal"
|
:name "Personal"
|
||||||
@ -1006,7 +1007,9 @@ If no name is given, list all bookmarks instead."
|
|||||||
:after mu4e
|
:after mu4e
|
||||||
:hook (after-init . mu4e-alert-enable-notifications)
|
:hook (after-init . mu4e-alert-enable-notifications)
|
||||||
:init
|
: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
|
:config
|
||||||
(mu4e-alert-set-default-style 'libnotify))
|
(mu4e-alert-set-default-style 'libnotify))
|
||||||
(mu4e t)
|
(mu4e t)
|
||||||
|
Loading…
Reference in New Issue
Block a user