Closed ngleb closed 4 years ago
While this code checks this variable: https://github.com/jorgenschaefer/elpy/blob/7e8181dbd6b900e6434218d2d5ccbac4c7615c41/elpy.el#L2748-L2756
It is not checked here: https://github.com/jorgenschaefer/elpy/blob/7e8181dbd6b900e6434218d2d5ccbac4c7615c41/elpy.el#L3098
Absolutely right, I have merged the PR.
Summary
elpy modifies modeline. Setting variable
(setq elpy-remove-modeline-lighter nil)
does not help.Steps to reproduce
So basically I have two ways of reproducing the issue: 1) Config like below. Emacs started, I can see ElDoc indicator. If I open any *.py file, then ElDoc disappears. 2) Removing this line
:mode ("\\.py\\'" . python-mode)
so that elpy is loaded at startup. ThenElDoc
indicator disappears from the very beginning. Setting variable(setq elpy-remove-modeline-lighter nil)
does not help.This happens for ALL buffers, not just python-mode buffers.
Elpy configuration in my init.el
Is it possible to completely disable any modifications to modeline except for adding "elpy'?