summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-27 11:33:48 -0500
committerCase Duckworth2021-04-27 11:33:48 -0500
commita3faeaaf971cd4d6653e9dac416f176d8d58e3f5 (patch)
treea57c13545c0c34190727085e41e4a5e45658bc62 /gnus.el
parentFix dired-open (diff)
downloademacs-a3faeaaf971cd4d6653e9dac416f176d8d58e3f5.tar.gz
emacs-a3faeaaf971cd4d6653e9dac416f176d8d58e3f5.zip
Fix comments
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnus.el b/gnus.el index 185849b..994e5a1 100644 --- a/gnus.el +++ b/gnus.el
@@ -47,9 +47,9 @@
47(setq gnus-summary-line-format 47(setq gnus-summary-line-format
48 (concat 48 (concat
49 "%0{%U%R%z%}" 49 "%0{%U%R%z%}"
50 "%3{│%}" "%1{%d%}" "%3{│%}" ;; date 50 "%3{│%}" "%1{%d%}" "%3{│%}" ; date
51 " " 51 " "
52 "%4{%-20,20f%}" ;; name 52 "%4{%-20,20f%}" ; name
53 " " 53 " "
54 "%3{│%}" 54 "%3{│%}"
55 " " 55 " "