Skip to content

Commit

Permalink
disable svg images
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schaefers committed Jan 1, 2020
1 parent 043701a commit 891c25f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions community/emacs/build
Expand Up @@ -18,6 +18,9 @@ cat << EOF > "$1/usr/share/emacs/site-lisp/site-start.el"
(tool-bar-mode -1)
(scroll-bar-mode -1)
(horizontal-scroll-bar-mode -1)
;; needed unless kiss linux gets librsvg support
(setq-default shr-blocked-images ".*\.svg$")
EOF

make
Expand Down

0 comments on commit 891c25f

Please sign in to comment.