From 656f4771e51f92748192773dbbce14490c2fc3fa Mon Sep 17 00:00:00 2001 From: WolfeCub Date: Wed, 11 Oct 2017 14:03:21 -0400 Subject: [PATCH] Started using elpy instead of jedi for python --- emacs/.emacs.d/README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emacs/.emacs.d/README.org b/emacs/.emacs.d/README.org index 4f87093..9958555 100644 --- a/emacs/.emacs.d/README.org +++ b/emacs/.emacs.d/README.org @@ -1366,11 +1366,10 @@ Project management ** Python #+BEGIN_SRC emacs-lisp :tangle yes - (use-package company-jedi + (use-package elpy :after company :config - (add-to-list 'company-backends 'company-jedi)) - + (elpy-enable)) #+END_SRC ** Shell Scripts