!
This commit is contained in:
parent
e6497cd8a1
commit
1d9066918f
1 changed files with 13 additions and 13 deletions
|
|
@ -691,7 +691,9 @@ 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
|
||||||
|
|
@ -699,8 +701,6 @@ This doesn-t work for me for now, very laggy and inconsistent
|
||||||
(with-eval-after-load "ox"
|
(with-eval-after-load "ox"
|
||||||
(require 'edraw-org)
|
(require 'edraw-org)
|
||||||
(edraw-org-setup-exporter))
|
(edraw-org-setup-exporter))
|
||||||
(require 'edraw-color-picker-mode)
|
|
||||||
(edraw-color-picker-global-mode)
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* RAINBOW DELIMITERS
|
* RAINBOW DELIMITERS
|
||||||
Adding rainbow coloring to parentheses.
|
Adding rainbow coloring to parentheses.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue