Minor edit

This commit is contained in:
Gerard Vermeulen 2022-04-23 14:26:59 +02:00
parent 5281d178ea
commit 322ee48f42
1 changed files with 4 additions and 4 deletions

View File

@ -1423,10 +1423,6 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
(custom-set-variables
'(org-confirm-babel-evaluate nil)))
(with-eval-after-load 'ob-python
(custom-set-variables
'(org-babel-python-command "python -E")))
(with-eval-after-load 'ob-latex
(custom-set-variables
'(org-babel-latex-preamble
@ -1443,6 +1439,10 @@ backward compatibility. See table [[tab:org-latex-class-tag-placeholder]] and ty
(with-eval-after-load 'sly
(custom-set-variables
'(org-babel-lisp-eval-fn #'sly-eval))))
(with-eval-after-load 'ob-python
(custom-set-variables
'(org-babel-python-command "python -E")))
#+end_src
#+caption[Customize =Org=]: