Fork me on GitHub
#emacs
<
2022-07-10
>
Karol Wójcik17:07:33

Hmm, I'm using corfu and for elisp the TAB expands a candidate and closes the popup. In LSP mode however the TAB doesn't close the candidates popup. Does anyone know how to ensure the same behavior for LSP as it's for Elisp mode?

jasonjckn23:07:47

I’ve gotten tree-sitter-clojure working , but as far as I can tell it’s not being used to perform highlights even with tree-sitter-hl-mode enabled, for example if I do (set-face-foreground ’tree-sitter-hl-face:string …) there’s no effect in clojure-mode, and yet with other language I see the effect. Any suggestions, I wonder if other users have actually tested this.

👀 1