We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3e837 commit 41792b4Copy full SHA for 41792b4
lisp/larsen-python.el
@@ -2,6 +2,9 @@
2
3
(add-to-list 'major-mode-remap-alist '(python-mode . python-ts-mode))
4
5
+(use-package python-ts-mode
6
+ :hook ((python-ts-mode . company-mode)))
7
+
8
(use-package pyvenv
9
:ensure t
10
:config
0 commit comments