Fork me on GitHub
#emacs
<
2017-10-23
>
ag01:10:30

@fabrao unfortunately there's no straightforward way of doing that. you can do something like emacs -q -l ~/my-config/init.el but that requires setting user-emacs-directory in the config

ag01:10:34

you can create a different user on the host machine, and launch Emacs with -u option. Which does sound a bit crazy

ag01:10:57

I guess you can also symlink to ~/.emacs.d and then remove it (after done playing with the config).

ag01:10:45

it all depends on what exactly you're trying to do