diff --git a/README.org b/README.org index febca31..165bdab 100644 --- a/README.org +++ b/README.org @@ -1043,13 +1043,14 @@ Set fill column to 88 and enable display in python buffers (set-variable read-mail-command 'mu4e) (use-package mu4e - :bind (("C-c m" . mu4e) - :map mu4e-view-mode-map - ("o n" . mu4e-org-store-and-capture)) + :bind + (("C-c m" . mu4e) + :map mu4e-view-mode-map + ("o n" . mu4e-org-store-and-capture)) :custom (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-split-view 'single-window) + (mu4e-split-view 'horizontal) (mu4e-attachment-dir "~/Downloads") (mu4e-get-mail-command "mbsync -a") (mu4e-update-interval (* 5 60)) ; Every 5 minutes