From 108d3cff9a8374faaa7895c47b1b581eefeedc95 Mon Sep 17 00:00:00 2001 From: larstvei Date: Tue, 3 Feb 2026 03:01:01 +0100 Subject: [PATCH] Remove some settings for python --- init.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.org b/init.org index 15c888f..099052f 100644 --- a/init.org +++ b/init.org @@ -1036,9 +1036,7 @@ ;; Babel Functions for Python (use-package ob-python :ensure nil - :after (ob python) - :config - (setq org-babel-python-command python-shell-interpreter)) + :after (ob python)) #+end_src @@ -1754,7 +1752,6 @@ #+begin_src emacs-lisp - (setq python-shell-interpreter "python3.12") (add-hook 'python-mode-hook (lambda () (setq forward-sexp-function nil)))