Is there a way of making the the modeline not flicker? #1283
joelkuiper
started this conversation in
General
Replies: 1 comment 1 reply
-
For reference this is what I ended up, which is crude but effective. (setq mode-line-misc-info
(delete '(eglot--managed-mode (" [" eglot--mode-line-format "] "))
mode-line-misc-info)) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I really like eglot except for one tiny thing that is honestly preventing me from enabling it right now. Whenever I type or edit something the modeline will briefly flash
/2
or whatever number after eglot:project-name (I'm using clojure-lsp for Clojure). Is there a way to prevent that from happening. I was unable to diminish the eglot modeline thing completelyAnyway thanks in advance 😅
Beta Was this translation helpful? Give feedback.
All reactions