fix: elpy-enable at init stage
Taken from elpy github readme.
This commit is contained in:
parent
5ebe6422f8
commit
a4f7828259
1 changed files with 1 additions and 1 deletions
|
|
@ -1260,7 +1260,7 @@ It is a full dev env and sometimes feels like a bit too much but overal good exp
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package elpy
|
(use-package elpy
|
||||||
:config
|
:init
|
||||||
(elpy-enable)
|
(elpy-enable)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue