diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 59194c9..f706097 100644 --- a/dotfiles/emacs.d/init.el +++ b/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