From f5459dfafcba6f6b5bcd8a71f706d45c6d8d28fb Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 30 Aug 2019 11:48:20 -0400 Subject: [PATCH] Use Elpy instead of LSP --- emacs/init.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index cd94267..0c7023f 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1261,11 +1261,16 @@ Configure Java project sources: * Python #+BEGIN_SRC emacs-lisp - (add-hook 'python-mode-hook #'lsp) (leader-def-key "sp" #'run-python) #+END_SRC Elpy is a python IDE package: +#+BEGIN_SRC emacs-lisp + (use-package elpy + :init (elpy-enable)) +#+END_SRC + +Integrate with pyenv: #+BEGIN_SRC emacs-lisp (use-package pyvenv :config