added back el-easydraw
This commit is contained in:
parent
6fce8ecf9a
commit
855dd5770b
1 changed files with 11 additions and 0 deletions
11
src/modules/utility/el-easydraw.org
Normal file
11
src/modules/utility/el-easydraw.org
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#+begin_src elisp
|
||||||
|
(use-package edraw-org
|
||||||
|
:vc (:url "https://github.com/misohena/el-easydraw"
|
||||||
|
:branch "master")
|
||||||
|
:config
|
||||||
|
(edraw-org-setup-default)
|
||||||
|
(with-eval-after-load "ox"
|
||||||
|
(require 'edraw-org)
|
||||||
|
(edraw-org-setup-exporter)))
|
||||||
|
|
||||||
|
#+end_src
|
Loading…
Add table
Reference in a new issue