Skip to content

Commit 41792b4

Browse files
committed
activate company in python-mode
1 parent 2e3e837 commit 41792b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lisp/larsen-python.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
(add-to-list 'major-mode-remap-alist '(python-mode . python-ts-mode))
44

5+
(use-package python-ts-mode
6+
:hook ((python-ts-mode . company-mode)))
7+
58
(use-package pyvenv
69
:ensure t
710
:config

0 commit comments

Comments
 (0)