Use python3.12

I really wish I didn't have to set this...
This commit is contained in:
larstvei 2024-09-01 16:27:54 +02:00
parent 311c3cbdd9
commit 3ac0ef553a

View File

@ -1671,7 +1671,7 @@
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq python-shell-interpreter "python3.11") (setq python-shell-interpreter "python3.12")
(add-hook 'python-mode-hook (add-hook 'python-mode-hook
(lambda () (setq forward-sexp-function nil))) (lambda () (setq forward-sexp-function nil)))