Back to using mu4e as single-window
This commit is contained in:
parent
03271a30ca
commit
767a435f69
|
@ -1091,7 +1091,7 @@ Set fill column to 88 and enable display in python buffers
|
||||||
:hook (((mu4e-view-mode mu4e-compose-mode mu4e-org-mode) . (lambda () (visual-line-mode +1))))
|
:hook (((mu4e-view-mode mu4e-compose-mode mu4e-org-mode) . (lambda () (visual-line-mode +1))))
|
||||||
:custom
|
:custom
|
||||||
(mu4e-completing-read-function #'completing-read-default)
|
(mu4e-completing-read-function #'completing-read-default)
|
||||||
(mu4e-split-view 'horizontal)
|
(mu4e-split-view 'single-window)
|
||||||
(mu4e-attachment-dir "~/Downloads")
|
(mu4e-attachment-dir "~/Downloads")
|
||||||
(mu4e-get-mail-command "mbsync -a")
|
(mu4e-get-mail-command "mbsync -a")
|
||||||
(mu4e-update-interval (* 5 60)) ; Every 5 minutes
|
(mu4e-update-interval (* 5 60)) ; Every 5 minutes
|
||||||
|
|
Loading…
Reference in a new issue