mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-os: correct typo in :env setting #449
This commit is contained in:
@ -38,7 +38,7 @@
|
|||||||
(when (require 'exec-path-from-shell nil t)
|
(when (require 'exec-path-from-shell nil t)
|
||||||
(def-setting! :env (&rest vars)
|
(def-setting! :env (&rest vars)
|
||||||
"Inject VARS from your shell environment into Emacs."
|
"Inject VARS from your shell environment into Emacs."
|
||||||
`(exec-path-from-shell-copy-env (list ,@vars)))
|
`(exec-path-from-shell-copy-envs (list ,@vars)))
|
||||||
(setq exec-path-from-shell-check-startup-files nil
|
(setq exec-path-from-shell-check-startup-files nil
|
||||||
exec-path-from-shell-arguments (delete "-i" exec-path-from-shell-arguments))
|
exec-path-from-shell-arguments (delete "-i" exec-path-from-shell-arguments))
|
||||||
(defvaralias 'exec-path-from-shell-debug 'doom-debug-mode)
|
(defvaralias 'exec-path-from-shell-debug 'doom-debug-mode)
|
||||||
|
Reference in New Issue
Block a user