From a4f782825936eb995b5b0a9419c6faf1e2f23076 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 9 Jun 2023 15:54:28 +0200 Subject: [PATCH] fix: elpy-enable at init stage Taken from elpy github readme. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 8c73fbf..ff84122 100644 --- a/config.org +++ b/config.org @@ -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