diff --git a/config.el b/config.el index d3d1fe2..5d20312 100644 --- a/config.el +++ b/config.el @@ -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)) + diff --git a/init.el b/init.el index a6e06ff..909c542 100644 --- a/init.el +++ b/init.el @@ -196,3 +196,4 @@ :config ;;literate (default +bindings +smartparens)) +