commit 52dd292e13113b2d00589085d6b7c7a9eea3e85c parent 092d437c507ecc0e1d989f7c1945208597b239a6 Author: Alex Balgavy <alex@balgavy.eu> Date: Fri, 29 Jul 2022 20:11:56 +0200 emacs: enable displaying webp Diffstat:
M | emacs/config.org | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -2227,6 +2227,15 @@ For some reason, these things don't show up in the index: Though I can also just use ~info-display-manual~. +** View webp and other formats +Emacs handles common image formats internally, but for stuff like webp, you need an external converter: + +#+begin_src emacs-lisp + (setq image-use-external-converter t) +#+end_src + +You also need imagemagick installed. + * Sound support On macOS, you can use afplay: