spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-01-30T12:24:50.111300Z

If anyone has any more feedback on my proposed keybindings for Clojure, please let me know (here or on GitHub). I will see if I can get them merged at the weekend https://github.com/syl20bnr/spacemacs/pull/13215

mccraigmccraig 2020-01-30T13:19:09.113600Z

i updated my spacemacs (`develop` branch) yesterday, and now my helm M-x completion is not nearly as fuzzy as it used to be (e.g. i used to be able to type just cico to match cider-connect now i have to type cider-c)... anyone have any idea how i get the old fuzzy behaviour back ?

aisamu 2020-01-30T13:28:43.113700Z

Did you update the packages after doing that? Sometimes develop breaks things, but most commonly package updates are the culprit. Either way, if it's urgent you can always checkout the previous develop commit (with git) and roll back the package updates (with the button on the home buffer)

mccraigmccraig 2020-01-30T13:30:08.113900Z

updating the packages borked with some compilation errors, so i removed my elpa directory and reinstalled everything from scratch (which worked fine)

mccraigmccraig 2020-01-30T13:31:04.114100Z

but it's not urgent, or severe - everything is working - just slightly differently from how it used to, and i slightly prefer the old way

aisamu 2020-01-30T13:33:38.114300Z

If it's any consolation, mine's is also like that. (Last updated a month ago) If you search for ci co, though, you get the completion

aisamu 2020-01-30T13:36:34.114500Z

Funnily enough, searching for files works as you describe (e.g. p c r b matched the same as pcrb -> perf-test/clj/reitit/bide_perf_test.clj)

mccraigmccraig 2020-01-30T13:36:46.114700Z

ah, ok, i hadn't spotted that you could use a space like that... that's not so bad then

mccraigmccraig 2020-01-30T13:37:15.114900Z

but yeah, i noticed it's only for M-x my projectile-find-files helm is as before

mccraigmccraig 2020-01-30T13:37:52.115100Z

:man-shrugging: i fear i don't care enough to dig into the source 😬

aisamu 2020-01-30T13:43:13.115300Z

https://github.com/syl20bnr/spacemacs/issues/13100

practicalli-john 2020-01-30T14:04:30.117900Z

@mccraigmccraig if you try my pull request, then its just , ' and c RET to select cider-connect-clj 🙂 Sesman can be used to launch any type of repl, using either cider-connect or cider-jack-in. Or you can do M-x ses st if you prefer, which works without my pull request

mccraigmccraig 2020-01-30T14:06:29.118Z

which PR is that @jr0cket?

practicalli-john 2020-01-30T14:10:02.118200Z

The one I have been obsessing about for a week 🙂 https://github.com/syl20bnr/spacemacs/pull/13215

practicalli-john 2020-01-30T14:10:59.118600Z

you can just give sesman a try without it though, its been part of CIDER for ages now

practicalli-john 2020-01-30T14:12:41.118800Z

Its quite easy to try PR's, here is an overview and video (no pressure to try my pr though if you are busy) https://practicalli.github.io/spacemacs/source-control/magit/testing-pull-requests.html

mccraigmccraig 2020-01-30T14:21:57.119Z

yeah, i already use sesman, it's often the only way with our multi-module monorepo