From 91e67329eb03165417ddf65945f48e7f75045392 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 11 Jul 2020 21:03:41 +0200 Subject: [PATCH] Remove workaround for eldoc-mode in Python Turns out the reason was another version of `python-mode' being installed in parallel. Removing that mode fixed the issue. Standard `python-mode' together with elpy is sufficient for now. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 8591af3..de63c5c 100644 --- a/init.el +++ b/init.el @@ -2504,10 +2504,6 @@ With given ARG, display files in `db/important-document-path’." #'(lambda () (add-to-list 'company-backends 'company-jedi))) - ;; Somehow, `eldoc' seems to be broken in `python-mode', disable it - ;; for now. - (add-hook 'python-mode-hook #'(lambda () (eldoc-mode -1))) - (elpy-enable))) (use-package elpy