X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ee8e5aad8008c565d7a947e01ee544f22c8efe89..898c7efbe2faa15b346e5c69924e509a45213ef7:/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.