[emacs] fix elpy mode loading

This commit is contained in:
Correl Roush 2018-04-16 15:05:19 -04:00
parent 5a386e5119
commit d061d2927d

View file

@ -377,7 +377,7 @@ installed:
#+BEGIN_SRC emacs-lisp
(use-package elpy
:ensure t
:after python-mode
:after python
:config (elpy-enable))
#+END_SRC
**** Cython