Last edit
Changed:
< So MultiScrath do those work for you, make you can create and switch multiple scratch buffers quickly.
to
> So MultiScratch do those work for you, make you can create and switch multiple scratch buffers quickly.
MultiScrath? is mode that manages multiple scratch buffer.
Default, Emacs have a scratch buffer named “scratch”. You will find it’s not enough when have various code snippets need split in different scratch buffer. So MultiScratch do those work for you, make you can create and switch multiple scratch buffers quickly.
Put Lisp:multi-scratch.el in your load-path, and add (require ‘multi-scratch) in ~/.emacs
All below option can customize by: M-x customize-group RET multi-scratch RET
I believe here’s a bug in Version 0.1: run multi-scratch-new twice (there should be two multi-scratch buffers: multi-scratch<1> and multi-scratch<2> ); kill multi-scratch<1>; run multi-scratch-new. The BUG is no multi-scratch buffer can be created.