Skip to content

Commit

Permalink
Update python.el
Browse files Browse the repository at this point in the history
  • Loading branch information
rajcspsg authored Mar 10, 2021
1 parent ada6724 commit 4eb7349
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(use-package python-mode
:ensure nil
:custom
(python-shell-interpreter "python3"))

(use-package lsp-mode
:defer t
:commands (lsp lsp-deferred)
:hook (python-mode . lsp-deferred)
)

0 comments on commit 4eb7349

Please sign in to comment.