Fixed edraw?

This commit is contained in:
Aleksandr Lebedev 2025-03-20 15:57:40 +01:00
parent 18e2b5418b
commit e531c331f3
3 changed files with 16 additions and 10 deletions

View file

@ -681,17 +681,17 @@ This doesn-t work for me for now, very laggy and inconsistent
* Drawing tools * Drawing tools
[[https://github.com/misohena/el-easydraw][el-easydraw]] [[https://github.com/misohena/el-easydraw][el-easydraw]]
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package el-easydraw :ensure t) ;;(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))
;; 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
;; not load org.el but only ox.el. ;; not load org.el but only ox.el.
(with-eval-after-load "ox" (with-eval-after-load "ox"
(require 'edraw-org) (require 'edraw-org)
(edraw-org-setup-exporter)) (edraw-org-setup-exporter))
#+end_src #+end_src
* RAINBOW DELIMITERS * RAINBOW DELIMITERS
Adding rainbow coloring to parentheses. Adding rainbow coloring to parentheses.

View file

@ -7,6 +7,11 @@
;; (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)
(use-package edraw-org
:ensure t
:after org
:vc (:url "https://github.com/misohena/el-easydraw"
:branch master))
(org-babel-load-file (org-babel-load-file
(expand-file-name (expand-file-name
"config.org" "config.org"

View file

@ -65,6 +65,7 @@
tree-sitter tree-sitter
tree-sitter-langs tree-sitter-langs
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars
el-easydraw
])); ]));
# Optionally override derivations. # Optionally override derivations.