Skip to content

Commit

Permalink
fix(init): don't load environment vars on Win (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 17, 2023
1 parent 6bedf30 commit 5a38524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
;; HACK: Load the environment variables saved from shell using `+env-save' to
;; `+env-file'. `+env-save' saves all environment variables except these matched
;; by `+env-deny-vars'.
(+env-load) ; Load environment variables when available.
(unless os/win (+env-load)) ; Load environment variables when available.

;; NOTE: This is MinEmacs' synchronization point. To get a fast Emacs startup,
;; MinEmacs tries to defer loading most of its packages until this hook is
Expand Down

0 comments on commit 5a38524

Please sign in to comment.