Closed NightMachinery closed 5 months ago
I like to add some custom behavior to emacs when it is run under junest. Is there a way to detect this?
If it is running within a junest session there should be a variable JUNEST_ENV set to 1. https://github.com/fsquillace/junest/blob/master/lib/core/namespace.sh#L110
JUNEST_ENV
1
I like to add some custom behavior to emacs when it is run under junest. Is there a way to detect this?