This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-30
Channels
- # announcements (3)
- # babashka (5)
- # beginners (68)
- # calva (34)
- # cider (6)
- # cljsrn (3)
- # clojure (48)
- # clojure-australia (2)
- # clojure-europe (1)
- # clojure-nl (4)
- # clojure-spec (28)
- # clojurescript (10)
- # conjure (20)
- # datahike (1)
- # deps-new (1)
- # depstar (27)
- # events (2)
- # fulcro (61)
- # graalvm (32)
- # membrane (18)
- # off-topic (20)
- # practicalli (10)
- # reagent (2)
- # shadow-cljs (8)
- # slack-help (20)
- # spacemacs (9)
- # sql (5)
- # vim (10)
- # xtdb (8)
this is more of an emacs question, but related: How do I check the value of some var? I am setting it in my dotfiles, but it isn’t working. how so I ensure it’s set? specifically I wanted to add ".clj-kondo"
to projectile-globally-ignored-directories
since it’s making SPC p f
needlessly busy
Thank you! It seems to be set correctly, it just doesn’t work correctly
yeah, but then i have to do that for every project, even playing around (where I don’t use git at all, maybe)
I wonder if it's related to the issue stated here: https://github.com/bbatsov/projectile/issues/1250#issuecomment-578547278
Hm, maybe. I don’t really understand what’s going on there
I have (setq-default projectile-globally-ignored-directories ’(“vendor” “.clj-kondo”))
set in my dotspacemacs/user-config