From 5f78d81e91554631954a175f78e33d0671d05a10 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 24 May 2020 16:22:47 +0100 Subject: [PATCH] dot/gnus.el: Reformat some long `setq' forms. When I can't fit the place and value on the same line, indent the value by two spaces. --- dot/gnus.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dot/gnus.el b/dot/gnus.el index 376016a..f6f4438 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -37,8 +37,10 @@ ;; Display a slrn-like tree view in the summary window. (setq gnus-use-trees nil) (setq gnus-summary-make-false-root 'dummy) -(setq gnus-summary-line-format "%U%R%z%4L %(%[%-16,16f%]%): %B %s\n" - gnus-summary-dummy-line-format " %(%[----------------%]%): * %S\n") +(setq gnus-summary-line-format + "%U%R%z%4L %(%[%-16,16f%]%): %B %s\n" + gnus-summary-dummy-line-format + " %(%[----------------%]%): * %S\n") (setq gnus-sum-thread-tree-root ">" gnus-sum-thread-tree-false-root ">" gnus-sum-thread-tree-single-indent "=" @@ -54,9 +56,9 @@ ;; Sort threads in a useful way. (setq gnus-thread-sort-functions - '(gnus-thread-sort-by-number - gnus-thread-sort-by-subject - gnus-thread-sort-by-total-score)) + '(gnus-thread-sort-by-number + gnus-thread-sort-by-subject + gnus-thread-sort-by-total-score)) ;; Configure the crypto. (setq mm-verify-option 'known -- 2.11.0