add EDraw, which actually works!

This commit is contained in:
MitchMarq42 2023-01-25 15:12:13 -09:00
parent 6679bba329
commit 2ee1ef3430

View File

@ -70,6 +70,14 @@
(turn-off-line-numbers)
(blink-cursor-mode -1))
;; scribble SVGs in org buffers like it's 2005 (idk I was a baby then)
(elpaca-use-package (edraw
:repo "https://github.com/misohena/el-easydraw")
:after org
:config
(require 'edraw-org)
(edraw-org-setup-default))
;; ...and finally, sync files with disk changes
(elpaca-use-package autorevert
:ensure nil