What
After install through melpa with
(use-package agent-shell :ensure t)
I get
Wrote /home/arvid/.cache/agent-shell/light/Auggie-100.svg
insert-image: Not an image: nil
nil
in the *messages* buffer when I run M-x agent-shell.
The issue seems to be that I do not have SVG support installed:
(image-type-available-p 'svg) ~~> nil
Suggestion
Mention in the README that SVG support in Emacs is required. Improve error message.
Checklist
What
After install through melpa with
I get
in the
*messages*buffer when I runM-x agent-shell.The issue seems to be that I do not have SVG support installed:
Suggestion
Mention in the README that SVG support in Emacs is required. Improve error message.
Checklist