elfeed is a really neat RSS reader for Emacs. By default, the reading buffer uses the full width of the window. This can make articles difficult to read on a large, widescreen monitor.

Adding the following to the Emacs config limits the reading with to 80 columns:

(setq shr-width 80)