Skip to content

Commit

Permalink
tweak(edraw): customize files
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 21, 2023
1 parent 79fe849 commit 029e722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/me-docs.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@

(use-package edraw
:straight (:host github :repo "misohena/el-easydraw")
:when +easydraw-available-p)
:when +easydraw-available-p
:custom
(edraw-ui-state-file (+directory-ensure minemacs-local-dir "edraw/ui-state.el"))
(edraw-shape-picker-entries-file (concat minemacs-local-dir "edraw/shape-picker-entries.el")))

(use-package edraw-org
:hook (org-mode . edraw-org-setup-default)
Expand Down

0 comments on commit 029e722

Please sign in to comment.