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-06-16T06:32:02.450300Z

Hi everyone, I have set dotspacemacs-smartparens-strict-mode to t but when ever I try to arrange the long key into multiple lines the whole map gets distorted like this - (I'm using the excellent init.el provided in @jr0cket’s https://github.com/practicalli/spacemacs.d)

practicalli-john 2020-06-16T08:17:39.451100Z

@ho0man Looks like the auto align form configuration. Insert a new empty line in between SPA-status and user lines, then they won't align themselves. Then you can change the SPA-status line without the other lines changing automatically

👍 1
2020-06-16T12:02:34.451900Z

Thanks a lot

practicalli-john 2020-06-16T12:44:41.452100Z

I should add a section on this to the Spacemacs book, so thanks for asking

2020-06-17T12:09:21.452500Z

auto align is great, tell you open the 99% of projects that dont use it and you have to turn it off. i wouldn't recommend it outside setting up a formatting for a project that you can enforce.

practicalli-john 2020-06-17T12:12:23.452700Z

Or you can just do one commit specifically to format all the code in the project. I find this far more readable and one of the biggest improvements to understanding the code quickly.

2020-06-16T06:32:40.450600Z

It was like this before pressing new-line on the key line :