practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
lread 2021-01-13T16:42:24.388100Z

Really digging VSpaceCode! Spacemacs has been home to me and it makes Calva feel like home. It even includes the magit experience! Wowzers!

lread 2021-01-13T16:45:29.389500Z

One thing that is not working for me yet is Clojure major mode keys (`SPC m` or ,). Anything special I should have to do? Or is that PR not been merged yet?

practicalli-john 2021-01-13T16:50:37.390800Z

@lee the key bindings for Calva should be defined in the packages.json file of VSpaceCode if its there. Should be in ~/.vscode/extensions/vspacecode.vspacecode-0.8.x/`

practicalli-john 2021-01-13T16:51:17.391500Z

Try searching that file for Clojure The pull request has been merged

practicalli-john 2021-01-13T16:52:34.392Z

Ah, my bad, it has been approved and not merged yet... sorry

practicalli-john 2021-01-13T16:53:37.392800Z

If you copy the changes from this pull request into ~/.vscode/extensions/vspacecode.vspacecode-0.8.x/package.json then it should work https://github.com/VSpaceCode/VSpaceCode/pull/154/files

lread 2021-01-13T16:54:11.393100Z

Awesome, tx! Will give it a go!

lread 2021-01-13T16:57:05.393600Z

Magnifico! I just slurped and barfed successfully!

practicalli-john 2021-01-13T18:08:48.395300Z

Let me know if there are any missing keys (and calva. commands) or things that could be changed. I tried to get a good balance between Calva and Spacemacs... but something may have got lost in hacking all that json code 🙂