fix: elpy-enable at init stage

Taken from elpy github readme.
This commit is contained in:
Laurens Miers 2023-06-09 15:54:28 +02:00
parent 5ebe6422f8
commit a4f7828259

View file

@ -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
(use-package elpy
:config
:init
(elpy-enable)
)
#+END_SRC