cleanroom-emacs stores all emacs settigns in current directory; without impacting "main" emacs instance. Could be used to run multiple Emacs instances.
Instructions adapted from here.
- start emacs from here (
pwd
) using./cleanroom-emacs.sh
. - Use as you would normally.
For configuration, see init.el, it is loaded on startup.
Emacs modules, local settings, etc will be stored in pwd
.
This can be useful to test Emacs setup.