Browse Source

Enable company mode complete on dot

master
Taylor Bockman 4 years ago
parent
commit
8db1745de7
  1. 1
      dotfiles/emacs.d/init.el

1
dotfiles/emacs.d/init.el

@ -227,6 +227,7 @@ There are two things you can do about this warning:
:init (elpy-enable))
(setq elpy-rpc-backend "jedi")
(setq jedi:complete-on-dot t)
;; Enable pyenv integration.
(use-package pyenv-mode

Loading…
Cancel
Save