mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] fix elpy mode loading
This commit is contained in:
parent
5a386e5119
commit
d061d2927d
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ installed:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package elpy
|
(use-package elpy
|
||||||
:ensure t
|
:ensure t
|
||||||
:after python-mode
|
:after python
|
||||||
:config (elpy-enable))
|
:config (elpy-enable))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Cython
|
**** Cython
|
||||||
|
|
Loading…
Reference in a new issue