chiark / gitweb /
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 376016ac88583aed13ba1dc79c5df773b8e32d1c..f6f4438b321505a88c32697a781ab1304e6a8bc7 100644 (file)
@@ -37,8 +37,10 @@ (setq gnus-use-full-window nil)
 ;; 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 @@ (if (memq (coding-system-get (terminal-coding-system) 'mime-charset)
 
 ;; 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