[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
#+BEGIN_SRC emacs-lisp
(add-to-list 'package-archives
'("elpy" . "https://jorgenschaefer.github.io/packages/"))
(use-package elpy
:ensure t
:init (with-eval-after-load 'python (elpy-enable))
:after python-mode
:commands (elpy-enable))
#+END_SRC
**** Cython