I have buffers from multiple projects open, I would like to close all buffers except for 1 project, how do I do that ?
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
There might be something in projectile, but never looked for this.
thanks let me try layouts
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 ?
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)