Why the imports have different colors?
M-x describe-text-properties
?
Thanks. I updated the package, and it turns into underscore. The above command show some lsp-xxx properties since the code is unused.
Oh, so this comes from clojure-lsp/lsp-mode, it's the unused face lsp-mode is using indeed
Usually the face is just a dim grey, not underscored
You can change it, the variable for that is the lsp-diagnostics-attributes
Yup. Thanks for that info.
You can check the face of a word, I just don't remember the command right now :/