Skip to content

Commit 2e3e837

Browse files
committed
invoking company-jedi directly
1 parent f4a9d81 commit 2e3e837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lisp/larsen-company.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(company-idle-delay (lambda () (if (company-in-string-or-comment) nil 0.3)))
77
; (company-global-modes '(not erc-mode message-mode eshell-mode))
88
:bind (:map global-map
9-
("C-c y" . company-yasnippet)))
9+
("C-c y" . company-yasnippet)
10+
("C-c C-/" . company-jedi)))
1011

1112
(provide 'larsen-company)

0 commit comments

Comments
 (0)