emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2021-06-05T00:34:51.028500Z

Why the imports have different colors?

dakra 2021-06-05T10:54:48.029100Z

M-x describe-text-properties ?

2021-06-08T15:15:20.035Z

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

2021-06-08T15:15:26.035200Z

ericdallo 2021-06-08T15:16:24.035600Z

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

ericdallo 2021-06-08T15:17:00.035800Z

Usually the face is just a dim grey, not underscored

ericdallo 2021-06-08T15:20:17.036Z

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

2021-06-08T15:34:13.036200Z

Yup. Thanks for that info.

ericdallo 2021-06-05T04:20:46.028800Z

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

dakra 2021-06-05T10:54:48.029100Z

M-x describe-text-properties ?