diff options
-rw-r--r-- | gnus.org | 2 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -696,7 +696,7 @@ (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 'head) + (setq gnus-treat-fill-long-lines nil) (setq gnus-treat-fill-article nil) (setq gnus-treat-fold-headers nil) (setq gnus-treat-strip-leading-blank-lines t) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index a37afb8..2de1bdc 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -590,6 +590,7 @@ (font-lock-type-face (p type)) (font-lock-variable-name-face (p variable-name)) (font-lock-warning-face (p warning)) + (forge-topic-label bx) (fringe (p dimm)) (fuel-font-lock-debug-error (p error) nul) (fuel-font-lock-debug-info (p f01) nul) |