spacemacs

Drew Verlee 2023-11-12T22:38:08.969049Z

How would you go about diagnosing why hitting tab doesn't cycle through automcomplete options in a clj file? E.g if my cursor is * then hitting tab here re* Should show me "reduce"

Drew Verlee 2023-11-12T22:40:03.121999Z

the emacs function 'completion-at-point' seems to find the completions, but tab doesn't load them up.

Drew Verlee 2023-11-12T22:56:19.085729Z

i went back to the default layer configuration for aut-completion and now it's working ok....

Drew Verlee 2023-11-12T23:18:42.712809Z

well it's not working on library functions e.g (semantic-csv.core/cast*)