From bba6d05341cd7275d9485aab8d85dc8b03f3e103 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 3 Dec 2021 02:06:39 +0000 Subject: gnus, stop messing my headers --- gnus.org | 3 ++- lib/themes/jao-themes.el | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gnus.org b/gnus.org index e2271bc..694523f 100644 --- a/gnus.org +++ b/gnus.org @@ -694,8 +694,9 @@ (setq mail-source-delete-incoming t) (setq gnus-gcc-mark-as-read t) (setq gnus-treat-display-smileys nil) - (setq gnus-treat-fill-long-lines nil) + (setq gnus-treat-fill-long-lines 'head) (setq gnus-treat-fill-article nil) + (setq gnus-treat-fold-headers nil) (setq gnus-article-auto-eval-lisp-snippets nil) (setq gnus-posting-styles '((".*" (name "Jose A. Ortega Ruiz")))) (setq gnus-single-article-buffer nil) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 3a772d7..51ba6d3 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1080,6 +1080,7 @@ (twittering-username-face (p f01))) `((underline ul)) `((variable-pitch :family ,jao-themes--face-family) + (variable-pitch-text (~ variable-pitch)) (vertical-border (c ,jao-themes--box nil) :inherit default) (vertico-current (p hilite)) (vertico-group-title (p dimm)) -- cgit v1.2.3