??
This commit is contained in:
parent
898fcc6fc1
commit
bc2d813b94
1 changed files with 5 additions and 5 deletions
10
init.el
10
init.el
|
|
@ -7,12 +7,12 @@
|
|||
;; (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"
|
||||
user-emacs-directory))
|
||||
(use-package edraw-org
|
||||
:ensure t
|
||||
;;:after org
|
||||
:vc (:url "https://github.com/misohena/el-easydraw.git"
|
||||
:branch master))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue