I have a window layout with three windows and I would like Emacs to remember the buffers even if the buffers don't exist after restart.
Context: I am using Spacemacs for Clojure development. In window #1 I have my sourcecode. In window #2 I have *cider/repl ...
, which is my REPL which is only available after starting it. In window #3 I have *cider-test-report*
which is my unit test report. Since the buffers in #2 and #3 are temporary, Emacs fills them with *scratch*
after restart.
How to get Emacs to open my usual buffers in windows as soon as the buffers are available?