Fork me on GitHub
#spacemacs
<
2021-01-30
>
grazfather16:01:23

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

Sam H17:01:03

it seems you can look up the variable with describe-variable command

Sam H17:01:53

the help window should come up with

Its value is
...

grazfather17:01:08

Thank you! It seems to be set correctly, it just doesn’t work correctly

Sam H17:01:58

I think .gitignore is taken into account by projectile, so that's another option

grazfather18:01:48

yeah, but then i have to do that for every project, even playing around (where I don’t use git at all, maybe)

grazfather16:02:38

Hm, maybe. I don’t really understand what’s going on there

grazfather16:01:02

I have (setq-default projectile-globally-ignored-directories ’(“vendor” “.clj-kondo”)) set in my dotspacemacs/user-config