Giulio Pietroiusti
Giulio Pietroiusti
I'm temporarily fixing the issue, at least in emacs-lisp-mode buffers and typescript-ts-mode buffers (where I use eglot, which uses eldoc) with this: ``` (defun gp/is-buffer-to-ignore (orig-fun &rest args) (if (or...
Happy it works, @kommen. This, though, might be a better fix: `(add-hook 'special-mode-hook (lambda () (turn-off-evil-mode)))` update: Actually that doesn't take into account the ``text enrichment'' eglot does when you...
Thanks for letting me know @kommen