Skip to content

Commit

Permalink
Merge pull request #1789 from ngleb/1788-keep-eldoc-in-modeline
Browse files Browse the repository at this point in the history
Make removal ElDoc from modeline conditional #1788
  • Loading branch information
galaunay committed May 10, 2020
2 parents 7e8181d + cff008a commit 6b7db2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ and return the list."
(pcase command
(`global-init
(require 'eldoc)
(setq eldoc-minor-mode-string nil))
(elpy-modules-remove-modeline-lighter 'eldoc-minor-mode))
(`buffer-init
;; avoid eldoc message flickering when using eldoc and company modules jointly
(eldoc-add-command-completions "company-")
Expand Down

0 comments on commit 6b7db2f

Please sign in to comment.