Minor edit
This commit is contained in:
parent
5281d178ea
commit
322ee48f42
@ -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=]:
|
||||
|
Loading…
Reference in New Issue
Block a user