From 3ac0ef553ab2f0d8e7806b2772295769f2c96985 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 1 Sep 2024 16:27:54 +0200 Subject: [PATCH] Use python3.12 I really wish I didn't have to set this... --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 84d35e6..642a335 100644 --- a/init.org +++ b/init.org @@ -1671,7 +1671,7 @@ #+begin_src emacs-lisp - (setq python-shell-interpreter "python3.11") + (setq python-shell-interpreter "python3.12") (add-hook 'python-mode-hook (lambda () (setq forward-sexp-function nil)))