Expose path to GOOGLE_BRIEFCASE as env var
After ~1-2 hours of debugging, I realized that locally I was reading from .envrc but when Emacs initializes, it is not reading from .envrc. I don't know how to ideally handle this, so for now I'm including GOOGLE_BRIEFCASE as an environment variable and moving on with my life.
This commit is contained in:
		
							parent
							
								
									88a683e408
								
							
						
					
					
						commit
						2edcaca6b4
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -144,6 +144,7 @@ let | |||
|     writeShellScriptBin "wpcarros-emacs" '' | ||||
|       export XMODIFIERS=emacs | ||||
|       export BRIEFCASE=${briefcasePath} | ||||
|       export GOOGLE_BRIEFCASE="$HOME/google-briefcase" | ||||
|       export PATH="${emacsBinPath}:$PATH" | ||||
|       export EMACSLOADPATH="${loadPath}" | ||||
|       exec ${emacsBin} \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue