Skip to content

Commit

Permalink
Make run-python dedicated
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Aug 13, 2024
1 parent a824f4b commit de634c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/lang/init-python.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:ensure nil
:mode ("\\.py\\'" . python-mode)
:custom
(python-shell-dedicated 'project)
(python-indent-guess-indent-offset-verbose nil))

(provide 'init-python)
Expand Down

0 comments on commit de634c5

Please sign in to comment.