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.
This commit is contained in:
Daniel - 2020-07-11 21:03:41 +02:00
parent d61de4b7a5
commit 91e67329eb
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 4 deletions

View File

@ -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