mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
New :env setting for pulling shell envvars into MacOS sessions
:env lets you specify what environment variables exec-path-from-shell should pull in from your shell environment at startup. As such, these need to be defined at startup. :env is useless post-init. May address #433
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
;;; lang/go/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(set! :env "GOPATH" "GOROOT")
|
||||
|
||||
(def-package! go-mode
|
||||
:mode "\\.go$"
|
||||
:interpreter "go"
|
||||
|
Reference in New Issue
Block a user