Fork me on GitHub
#spacemacs
<
2020-01-30
>
practicalli-johnny12:01:50

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

mccraigmccraig13:01:09

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 ?

aisamu13:01:43

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)

mccraigmccraig13:01:08

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

mccraigmccraig13:01:04

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

aisamu13:01:38

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

aisamu13:01:34

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)

mccraigmccraig13:01:46

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

mccraigmccraig13:01:15

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

mccraigmccraig13:01:52

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

practicalli-johnny14:01:30

@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

practicalli-johnny14:01:02

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

practicalli-johnny14:01:59

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

practicalli-johnny14:01:41

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

mccraigmccraig14:01:57

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