Set python shell to be dedicated to project by default (if found)
This commit is contained in:
parent
80a465d8d4
commit
8bc691084c
1
init.el
1
init.el
|
@ -1080,6 +1080,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
|
||||||
:hook ((python-base-mode . (lambda () (my/enable-fill-column 88))))
|
:hook ((python-base-mode . (lambda () (my/enable-fill-column 88))))
|
||||||
:custom
|
:custom
|
||||||
(python-shell-interpreter "python3")
|
(python-shell-interpreter "python3")
|
||||||
|
(python-shell-dedicated 'project)
|
||||||
(python-indent-def-block-scale 1)
|
(python-indent-def-block-scale 1)
|
||||||
(python-check-command "mypy --check-untyped-defs --warn-unreachable --show-error-codes --ignore-missing-imports")
|
(python-check-command "mypy --check-untyped-defs --warn-unreachable --show-error-codes --ignore-missing-imports")
|
||||||
(python-flymake-command
|
(python-flymake-command
|
||||||
|
|
Loading…
Reference in a new issue