mirror of
https://github.com/larstvei/dot-emacs.git
synced 2026-02-11 22:20:11 +00:00
Remove some settings for python
This commit is contained in:
parent
3083b4da46
commit
108d3cff9a
5
init.org
5
init.org
@ -1036,9 +1036,7 @@
|
|||||||
;; Babel Functions for Python
|
;; Babel Functions for Python
|
||||||
(use-package ob-python
|
(use-package ob-python
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:after (ob python)
|
:after (ob python))
|
||||||
:config
|
|
||||||
(setq org-babel-python-command python-shell-interpreter))
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
@ -1754,7 +1752,6 @@
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(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