summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-email.el4
-rw-r--r--custom/jao-custom-gnus.el2
2 files changed, 2 insertions, 4 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index b7f7e69..a7fc8e0 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -227,9 +227,7 @@
(mm-shr handle))))))
(defun jao-shr-html-renderer (handle)
- (let (;; (shr-use-fonts t)
- ;; (shr-use-colors t)
- (fill-column 100)
+ (let ((fill-column nil)
(shr-width fill-column))
(mm-shr handle)))
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el
index 2d1b691..ddc2606 100644
--- a/custom/jao-custom-gnus.el
+++ b/custom/jao-custom-gnus.el
@@ -609,7 +609,7 @@
(setq gnus-gcc-mark-as-read t)
(setq gnus-treat-display-smileys nil)
(setq gnus-treat-fill-long-lines nil)
-(setq gnus-treat-fill-article nil)
+(setq gnus-treat-fill-article 120)
(setq gnus-treat-fold-headers nil)
(setq gnus-treat-strip-leading-blank-lines t)
(setq gnus-article-auto-eval-lisp-snippets nil)