Fork me on GitHub
#spacemacs
<
2020-07-10
>
Drew Verlee17:07:58

can you easily unset an system env? i can edit my spacemacs.env to remove an env. but if i load that then restart my repl i get the value still.

practicalli-johnny20:07:10

Try setting the env to no value in the spacemacs.env file, hopefully that will over-ride where ever the env is set. Otherwise I think restarting Emacs or even the OS is required, depending where the env is set

jumar04:07:29

There’s setenv you may call I think; perhap even “unset” variant (don’t remember)

Drew Verlee01:07:51

Thanks. I'll give it a try again. I didn't see an unset option.