mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-06 20:53:36 -08:00
updates
This commit is contained in:
@@ -141,3 +141,8 @@
|
||||
;; (add-to-list 'company-backends 'company-jedi))
|
||||
|
||||
(add-to-list 'company-backends 'company-shell)
|
||||
|
||||
(setq jedi:setup-keys t)
|
||||
(setq jedi:complete-on-dot t)
|
||||
(setq jedi:environment-virtualenv ["source", "env/bin/activate"])
|
||||
(add-hook 'python-mode-hook 'jedi:setup)
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||
;(unpin! t)
|
||||
|
||||
(package! pyenv-mode)
|
||||
(package! company-mode)
|
||||
(package! lsp-jedi)
|
||||
(package! company-jedi)
|
||||
|
||||
Reference in New Issue
Block a user