From f3626d5c8dc0559526ad3c90222ead45481c23c9 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Feb 2021 18:54:24 -0600 Subject: Set shr-max-width Mostly for Elfeed. `shr-max-width' determines the maximum width that `shr' will render a webpage. Setting it to `fill-column' keeps the pages rendered in Elfeed from breaking weirdly. --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 9b42bb7..45062e3 100644 --- a/config.org +++ b/config.org @@ -2170,6 +2170,12 @@ At work, I need to tell Emacs where Firefox is. (add-to-list 'exec-path "C:/Program Files/Mozilla Firefox") #+end_src +*** SHR + +#+begin_src emacs-lisp :noweb-ref settings + (setq-default shr-max-width fill-column) +#+end_src + ** Dired #+begin_src emacs-lisp :noweb-ref hooks -- cgit 1.4.1-21-gabe81