dot/gnus.el: Reformat some long `setq' forms.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 15:22:47 +0000 (16:22 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 15:22:47 +0000 (16:22 +0100)
When I can't fit the place and value on the same line, indent the value
by two spaces.

dot/gnus.el

index 376016a..f6f4438 100644 (file)
 ;; 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