Fixed edraw?
This commit is contained in:
parent
18e2b5418b
commit
e531c331f3
3 changed files with 16 additions and 10 deletions
5
init.el
5
init.el
|
|
@ -7,6 +7,11 @@
|
|||
;; (add-to-list 'package-archives
|
||||
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
(use-package edraw-org
|
||||
:ensure t
|
||||
:after org
|
||||
:vc (:url "https://github.com/misohena/el-easydraw"
|
||||
:branch master))
|
||||
(org-babel-load-file
|
||||
(expand-file-name
|
||||
"config.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue