core-os: correct typo in :env setting #449

This commit is contained in:
Henrik Lissner 2018-03-12 12:40:51 -04:00
parent 2edbf91a5e
commit a94ddd4a58
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -38,7 +38,7 @@
(when (require 'exec-path-from-shell nil t)
(def-setting! :env (&rest vars)
"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
exec-path-from-shell-arguments (delete "-i" exec-path-from-shell-arguments))
(defvaralias 'exec-path-from-shell-debug 'doom-debug-mode)