added basic support for Babel inline programming in Org

This commit is contained in:
Martin Sukany
2026-02-06 17:40:33 +01:00
parent 639c1ba1d0
commit 7aec2fcbed
2 changed files with 11 additions and 0 deletions

View File

@@ -289,3 +289,13 @@
(add-to-list 'exec-path "/Library/TeX/texbin")
;; -- end quick PATH fix --
;; vždy používej python3
(setq python-shell-interpreter "python3")
(after! org
(setq org-babel-python-command "python3")
(require 'ob-python))