Using Rust/Racer/Eldoc is causing performance problems while navigating around the file (hanging while eldoc
is fetching the docs).
Running eldoc-mode
reports that it's disabled but still runs Racer's eldoc
function.
Is there a way to globally disable eldoc
?
M-x eldoc
still works; it displays the documentation for the symbol at point in a new buffer, which is nice. – Philipp Ludwig Feb 26 '24 at 07:46