I have this weird glitch with font rendering happening some times that some pixels of the characters are missing.
Some lines are affected momentarily this way while typing but it disappears after a while, and also if I take a screenshot it is not visible.
Emacs 29.4 is installed from Debian backports repo, X11 and KDE Plasma desktop.
Custom font is set with (custom-set-faces '(default ((t (:height 105 :family "Hack")))))
Not very critical problem but tips appreciated if it is a known issue.
Picture was taken with camera to show the effect. Reference how font should render in screenshot:
Hi,
How to disable this 'tooltips'?
disabling tooltip-mode doesn't work.
It's usually nil, I have something like this in my config
(use-package! lsp-ui
:after lsp-mode
:commands lsp-ui-mode
:config
(setq lsp-ui-doc-enable nil
lsp-ui-peek-enable nil))
I think that is lsp-ui mode. You could set lsp-ui-doc-enable
to false or nil or whatever emacs likes to disable it