Fork me on GitHub
#spacemacs
<
2019-04-17
>
bfay21:04:58

Anybody familiar with ~/.spacemacs.env? I just blew a ton of time trying to figure out why an env variable I had set in my bash profile wasn't the same as the environment variable I was seeing in my java process when running a cider repl. Are you supposed to just know that that file exists and that you need to manually overwrite it when you have changes? Because restarting emacs didn't help get the new values of the variables in place

ag21:04:42

SPC f e C-e

bfay21:04:05

Thanks, yeah I fixed it now but it seems weird - in the user-env function, spacemacs/load-spacemacs-env is called - wouldn't you expect that to update any variables?