From aed34092630fa56147f208a6f75f2f5e2a23d71d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 5 Nov 2023 14:40:22 +0100 Subject: [PATCH] Add note about elpy autocompletion patching :( --- emacs/emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 8053fb3..023fc7a 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -92,6 +92,8 @@ ;; Python support +; https://github.com/jorgenschaefer/elpy/issues/1890#issuecomment-792361668 +; Need to downgrade jedi to get it to work :( (use-package elpy :ensure t :init -- 2.47.3