;;; init-shr.el --- Initialize shr -*- lexical-binding: t -*- ;;; Commentary: ;; https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/shr.el ;;; Code: (require 'shr) (setq shr-max-width nil) (provide 'init-shr) ;;; init-shr.el ends here