spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
zane 2020-11-14T03:04:31.151200Z

Anyone have a sense of why SPC e n would be failing with clj-kondo warnings? I see the warning in SPC e l, but SPC e n doesn’t want to jump to it. (Also, doom-modeline is showing an incorrect flycheck status icon.)

zane 2020-11-14T03:09:19.151300Z

@karol.wojcik For e.g. counsel-rg you can pass additional arguments to rg by putting them after --. So, for example, you could SPC SPC counsel-rg RET then type def -- -g*.cljc to only search .cljc files.

1❤️
zane 2020-11-14T03:11:36.151500Z

Already logged: https://github.com/syl20bnr/spacemacs/issues/12919

zane 2020-11-14T07:44:29.152100Z

I’m curious whether anyone else can repro this: https://github.com/syl20bnr/spacemacs/issues/14133