From 92a9caba35b210ab05b5b72ad8696b8f2ce825b4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 7 Mar 2024 15:39:23 +0000 Subject: [PATCH] mu4e switch to vertical split --- config/email.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/email.org b/config/email.org index cc6cf36..48a257f 100644 --- a/config/email.org +++ b/config/email.org @@ -23,7 +23,7 @@ ("o n" . mu4e-org-store-and-capture)) :custom (mu4e-completing-read-function #'completing-read-default) - (mu4e-split-view 'horizontal) + (mu4e-split-view 'vertical) (mu4e-attachment-dir "~/Downloads") (mu4e-get-mail-command "mbsync -a") (mu4e-update-interval (* 5 60)) ; Every 5 minutes