From a2ebd01819942925d63435fb4b157cd5ccf03527 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 30 Mar 2025 18:02:11 +0200 Subject: [PATCH] !!!! --- config.org | 4 +--- init.el | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 44a045f..d0d36c0 100644 --- a/config.org +++ b/config.org @@ -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 diff --git a/init.el b/init.el index 6bd7e0e..8cfac3c 100644 --- a/init.el +++ b/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"