???
This commit is contained in:
parent
bc2d813b94
commit
1deaf3093a
1 changed files with 4 additions and 4 deletions
8
init.el
8
init.el
|
|
@ -7,12 +7,12 @@
|
||||||
;; (add-to-list 'package-archives
|
;; (add-to-list 'package-archives
|
||||||
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
(org-babel-load-file
|
|
||||||
(expand-file-name
|
|
||||||
"config.org"
|
|
||||||
user-emacs-directory))
|
|
||||||
(use-package edraw-org
|
(use-package edraw-org
|
||||||
:ensure t
|
:ensure t
|
||||||
;;:after org
|
;;:after org
|
||||||
:vc (:url "https://github.com/misohena/el-easydraw.git"
|
:vc (:url "https://github.com/misohena/el-easydraw.git"
|
||||||
:branch master))
|
:branch master))
|
||||||
|
(org-babel-load-file
|
||||||
|
(expand-file-name
|
||||||
|
"config.org"
|
||||||
|
user-emacs-directory))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue