Fork me on GitHub
#emacs
<
2018-05-23
>
theeternalpulse01:05:22

I want to try my hand at developing my own package, is there a good way to isolate my development of the package from emacs, so they don't spill into my current emacs session?

dpsutton02:05:38

you could run it with just -Q or you could use your own init just for it using https://github.com/plexus/chemacs

theeternalpulse02:05:46

hmm, well I want my original config I just want it so whatever i eval in a buffer can only be called within that buffer.

theeternalpulse02:05:28

i guess something like a sandbox mode for a file.

dpsutton03:05:54

That sounds like a separate process then. Emacs lacks namespaces much less sand boxes

theeternalpulse03:05:05

I figured, a new instance should be fine