Fork me on GitHub
#emacs
<
2021-06-05
>
pinkfrog00:06:51

Why the imports have different colors?

ericdallo04:06:46

You can check the face of a word, I just don't remember the command right now :/

dakra10:06:48

M-x describe-text-properties ?

pinkfrog15:06:20

Thanks. I updated the package, and it turns into underscore. The above command show some lsp-xxx properties since the code is unused.

ericdallo15:06:24

Oh, so this comes from clojure-lsp/lsp-mode, it's the unused face lsp-mode is using indeed

ericdallo15:06:00

Usually the face is just a dim grey, not underscored

ericdallo15:06:17

You can change it, the variable for that is the lsp-diagnostics-attributes

pinkfrog15:06:13

Yup. Thanks for that info.