Fork me on GitHub
#spacemacs
<
2017-10-02
>
eggsyntax02:10:18

@drewverlee This page is pretty tangential, but maybe at least worth a look: https://github.com/bbatsov/projectile/issues/600

Drew Verlee02:10:50

Thanks, i bet my problem is simpler then that. Im going to do a dive into projectile, i bet i just using it wrong. I feel like i woke up one day and the behavior changed!

eggsyntax13:10:18

I mostly use SPC p h for the default helm-projectile search -- I've always found it works better/more naturally for me than find-file.

eggsyntax17:10:39

SPC b b also does a nice job -- defaults to buffers already open but then also shows buffers in the project that are not yet open.

jeff.terrell11:10:13

@clojer - That may be related to the bug mentioned yesterday in #cider.

ag19:10:43

does anyone else having problems with cider-jack-in on recently updated CIDER?

eggsyntax22:10:12

What problem? I'm on 0.16.0-snapshot, not sure what build.

ag19:10:13

this one: CIDER 0.16.0snapshot (package: 20171001.112)

vuuvi21:10:49

I haven’t had any problems

vuuvi21:10:02

does anyone have a nice way to align a bunch of lines?

vuuvi21:10:33

each line contains s/Str and I’d like to nicely align them for readability but I don’t want to manually space it all out while I code

vuuvi21:10:46

never mind I figured out how to do it - it’s spc x a to access the align commands and then you simply need to pick the option that works for you