Set mu4e back to single-window display
This commit is contained in:
parent
f5eb01f4f2
commit
6853d3635b
|
@ -1016,7 +1016,7 @@ Set fill column to 88 and enable display in python buffers
|
||||||
:custom
|
:custom
|
||||||
(add-hook 'mu4e-compose-mode-hook #'(lambda () (auto-save-mode -1))) ; Don't auto-save to drafts
|
(add-hook 'mu4e-compose-mode-hook #'(lambda () (auto-save-mode -1))) ; Don't auto-save to drafts
|
||||||
(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