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 f4a9d81 commit 2e3e837Copy full SHA for 2e3e837
lisp/larsen-company.el
@@ -6,6 +6,7 @@
6
(company-idle-delay (lambda () (if (company-in-string-or-comment) nil 0.3)))
7
; (company-global-modes '(not erc-mode message-mode eshell-mode))
8
:bind (:map global-map
9
- ("C-c y" . company-yasnippet)))
+ ("C-c y" . company-yasnippet)
10
+ ("C-c C-/" . company-jedi)))
11
12
(provide 'larsen-company)
0 commit comments