From 773d2b566423ca25472bc15d7d12fe558c683131 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 13 Oct 2020 14:55:02 +0800 Subject: [PATCH] Mu4e: org-msg, tweak line width and spacing --- modules/email/mu4e/config.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index 9ad502bae..472139599 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -293,7 +293,8 @@ Must be set before org-msg is loaded to take effect.") (background-color . ,(doom-color 'bg)) (margin . "4px 0px 8px 0px") (padding . "8px 12px") - (width . "95%") + (width . "max-content") + (min-width . "80ch") (border-radius . "5px") (font-weight . "500") ,monospace-font)) @@ -334,9 +335,9 @@ Must be set before org-msg is loaded to take effect.") ,color (font-size . "18pt"))) (h1 nil ((margin-top . "20px") (margin-bottom . "0px") ,color (font-size . "24pt"))) - (p nil ((text-decoration . "none") (line-height . "11pt") + (p nil ((text-decoration . "none") (line-height . "1.4") (margin-top . "10px") (margin-bottom . "0px") - ,font-size (max-width . "100ch"))) + ,font-size (max-width . "90ch"))) (b nil ((font-weight . "500") (color . ,theme-color))) (div nil (,@font (line-height . "12pt")))))))