add EDraw, which actually works!
This commit is contained in:
parent
6679bba329
commit
2ee1ef3430
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user