From 2ee1ef3430931e0802e23822ff4f47639f92f214 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 25 Jan 2023 15:12:13 -0900 Subject: [PATCH] add EDraw, which actually works! --- lisp/mitch-packages.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 60b3db0..d1a3733 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -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