This commit is contained in:
Gerard Vermeulen 2021-11-29 14:09:51 +01:00
parent 5afb84a62f
commit 063cdadbcf
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ Stolen from [[https://git.sr.ht/~bzg/org-contrib/tree/master/item/lisp/ox-extra.
;; Emacs looks for "Local variables:" after the last "C-q C-j C-q C-l".
(add-to-list 'safe-local-eval-forms
'(apply 'my-org-eval-blocks-named '("elisp-setup")))
'(apply 'my-org-eval-blocks-named '("emacs-lisp-setup")))
(add-to-list 'safe-local-eval-forms
'(apply 'my-org-eval-blocks-named '("python-setup")))
#+end_src