X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f34c1444696ee985c69147ce22d82b9d1a1f020f..d38ebd87d4feb3fc692dd3573f9d432b2cdd2126:/dot/gnus.el diff --git a/dot/gnus.el b/dot/gnus.el index 0cfe467..fbbf626 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -78,6 +78,15 @@ (defadvice gnus-summary-exit (before mdw-kill-debris compile activate) (gnus-summary-expand-window)) +;; Configure article display a bit. +(defun mdw-gnus-article-setup () + (setq truncate-lines nil + truncate-partial-width-windows nil + word-wrap t + wrap-prefix (concat (propertize "..." 'face 'mdw-ellipsis-face) + " "))) +(add-hook 'gnus-article-mode-hook #'mdw-gnus-article-setup) + ;;;-------------------------------------------------------------------------- ;;; Local configuration.