diff --git a/emacs/.emacs.d/config/init-eww.el b/emacs/.emacs.d/config/init-eww.el index e72aac8..ccc4f9d 100644 --- a/emacs/.emacs.d/config/init-eww.el +++ b/emacs/.emacs.d/config/init-eww.el @@ -87,6 +87,9 @@ new EWW buffer." (cdr (assoc bookmark bookmarks))) current-prefix-arg)) (eww bookmark arg)) + ;; Don't try to render SVGs, for some reason they are not rendered correctly + (add-to-list 'shr-external-rendering-functions + '(svg . ignore)) :general (leader-map "E" #'eww) (normal eww-mode-map