spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
murtaza52 2020-11-10T20:00:06.138400Z

I have buffers from multiple projects open, I would like to close all buffers except for 1 project, how do I do that ?

practicalli-john 2020-11-10T20:24:46.138500Z

I use layouts in Spacemacs to manage buffers by project. It would seem SPC l K will kill all other buffers that are not in the current buffer. Not at computer, so haven't tried https://practicalli.github.io/spacemacs/spacemacs-basics/working-with-projects/layouts.html

practicalli-john 2020-11-10T20:29:39.138700Z

There might be something in projectile, but never looked for this.

murtaza52 2020-11-10T23:12:24.138900Z

thanks let me try layouts

murtaza52 2020-11-10T23:14:51.140800Z

1. how do I change the clojure formatting config in spacemacs ? (I am using practicall's spacemacs.d) 2. is there a way to disable automatic clojure formatting on a buffer ?

practicalli-john 2020-11-11T08:56:53.141600Z

Look at lines 930 to 940 in the practicallli/spacemacs.d config. There are three formatting setting for clojure, align argument, align forms, aggressive indent. Comment these as you wish (and restart)

murtaza52 2020-11-11T10:33:03.144700Z

@zane @jr0cket thanks that resolved it !