diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c5f98e24..922bc9db 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1937,7 +1937,7 @@ window is active in the perspective." (imalison:set-pytest-command) (remove-hook 'completion-at-point-functions 'python-completion-complete-at-point 'local) - (add-to-list 'company-backends 'company-jedi)) + (set (make-local-variable 'company-backends) '(company-jedi))) (add-hook 'python-mode-hook #'imalison:python-mode)))) ;; =============================================================================