!!!!
This commit is contained in:
parent
16c2cd1987
commit
a2ebd01819
2 changed files with 2 additions and 5 deletions
|
|
@ -691,9 +691,7 @@ This doesn-t work for me for now, very laggy and inconsistent
|
||||||
;;(use-package el-easydraw :ensure t :demand nil)
|
;;(use-package el-easydraw :ensure t :demand nil)
|
||||||
(with-eval-after-load 'org
|
(with-eval-after-load 'org
|
||||||
(require 'edraw-org)
|
(require 'edraw-org)
|
||||||
(edraw-org-setup-default)
|
(edraw-org-setup-default))
|
||||||
;;(require 'edraw-color-picker-mode)
|
|
||||||
(edraw-color-picker-global-mode))
|
|
||||||
;; When using the org-export-in-background option (when using the
|
;; When using the org-export-in-background option (when using the
|
||||||
;; asynchronous export function), the following settings are
|
;; asynchronous export function), the following settings are
|
||||||
;; required. This is because Emacs started in a separate process does
|
;; required. This is because Emacs started in a separate process does
|
||||||
|
|
|
||||||
3
init.el
3
init.el
|
|
@ -13,8 +13,7 @@
|
||||||
:vc (el-easydraw :url "https://github.com/misohena/el-easydraw.git"
|
:vc (el-easydraw :url "https://github.com/misohena/el-easydraw.git"
|
||||||
:branch "master")
|
:branch "master")
|
||||||
:init
|
:init
|
||||||
(edraw-org-setup-default)
|
(edraw-org-setup-default))
|
||||||
(edraw-color-picker-global-mode))
|
|
||||||
(org-babel-load-file
|
(org-babel-load-file
|
||||||
(expand-file-name
|
(expand-file-name
|
||||||
"config.org"
|
"config.org"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue