[emacs] Update elpy configuration

This commit is contained in:
Correl Roush 2017-11-07 10:38:15 -05:00
parent 1e939ecf3f
commit 4909688364

View file

@ -335,9 +335,12 @@ installed:
#+name: programming #+name: programming
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-to-list 'package-archives
'("elpy" . "https://jorgenschaefer.github.io/packages/"))
(use-package elpy (use-package elpy
:ensure t :ensure t
:init (with-eval-after-load 'python (elpy-enable)) :after python-mode
:commands (elpy-enable)) :commands (elpy-enable))
#+END_SRC #+END_SRC
**** Cython **** Cython