From 10567b6cec47e24a6f124aa94a4e4d20367aa3d1 Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Thu, 28 Sep 2023 20:56:07 -0700 Subject: [PATCH] nit(mu4e): :height parameter was already the default value No need to send it since it's the default value. --- modules/email/mu4e/autoload/email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/autoload/email.el b/modules/email/mu4e/autoload/email.el index b740868ac..ff48f57c9 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -132,7 +132,7 @@ will also be the width of all other printable characters." (setq mu4e-use-fancy-chars t mu4e-headers-draft-mark (cons "D" (+mu4e-normalised-icon "nf-fa-pencil")) mu4e-headers-flagged-mark (cons "F" (+mu4e-normalised-icon "nf-fa-flag")) - mu4e-headers-new-mark (cons "N" (+mu4e-normalised-icon "nf-md-sync" :set "mdicon" :height 0.8 :v-adjust -0.10)) + mu4e-headers-new-mark (cons "N" (+mu4e-normalised-icon "nf-md-sync" :set "mdicon" :v-adjust -0.10)) mu4e-headers-passed-mark (cons "P" (+mu4e-normalised-icon "nf-fa-arrow_right")) mu4e-headers-replied-mark (cons "R" (+mu4e-normalised-icon "nf-fa-reply")) mu4e-headers-seen-mark (cons "S" "") ;(+mu4e-normalised-icon "eye" :height 0.6 :v-adjust 0.07 :color "dsilver"))