mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use python3.12
I really wish I didn't have to set this...
This commit is contained in:
parent
311c3cbdd9
commit
3ac0ef553a
2
init.org
2
init.org
@ -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)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user