spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-09-07T18:23:16.035600Z

Somehow in updating a lot of the cider bindings changed. ugh. e.g now eval to comment is something completely different. I'll have to go find the out mappings and make them explict as i can't see why its useful to me to switch them.

practicalli-john 2020-09-07T18:44:31.035800Z

, e ; has been cider-eval-defun-to-comment since May 4th 2017. What has it changed to? I havent seen any relevent commits or pr's on spacemacs

practicalli-john 2020-09-07T18:47:43.036Z

I added key bindings for the Clojure Pretty Print to comment commands in March this year, putting all the pretty print keybindings under , e p

practicalli-john 2020-09-07T18:49:12.036200Z

The changes for the Clojure layer is pretty quiet https://github.com/syl20bnr/spacemacs/pulls?q=is%3Apr+is%3Aclosed+clojure

2020-09-07T18:56:46.036400Z

", e ;" is now undefined in my current setup. cider-eva-defun-to-comment is C-c M-; for me. I'll look into why this happened 🙂

practicalli-john 2020-09-07T19:01:05.036700Z

Did you check you are still running develop branch of Spacemacs 🙂. Spacemacs master has lots of missing key bindings (I added a lot to develop over the last 2 years)

practicalli-john 2020-09-07T19:01:24.036900Z

Or is evil turned off...

2020-09-07T19:03:27.037200Z

@jr0cket I was on master branch. Nice catch!