branch: scratch/editorconfig-cc commit 6f5e3b24290bd3fa78a62ede18188240bf5803ba Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add doc about make sandbox --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7618464dac..e7b08b2f09 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,12 @@ locally: $ make test +To start a new Emacs process with current `*.el` and without loading user init +file, run: + + $ make sandbox + + ## License