!!!!
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)
|
||||
(with-eval-after-load 'org
|
||||
(require 'edraw-org)
|
||||
(edraw-org-setup-default)
|
||||
;;(require 'edraw-color-picker-mode)
|
||||
(edraw-color-picker-global-mode))
|
||||
(edraw-org-setup-default))
|
||||
;; When using the org-export-in-background option (when using the
|
||||
;; asynchronous export function), the following settings are
|
||||
;; 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"
|
||||
:branch "master")
|
||||
:init
|
||||
(edraw-org-setup-default)
|
||||
(edraw-color-picker-global-mode))
|
||||
(edraw-org-setup-default))
|
||||
(org-babel-load-file
|
||||
(expand-file-name
|
||||
"config.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue