doomemacs/core/autoload/os.el
Henrik Lissner f81a0e6f41
Remove redundant def-setting! docstrings
def-setting! will now grab the autodef's docstring if it has an
:obsolete property defined.
2018-06-15 16:54:39 +02:00

9 lines
251 B
EmacsLisp

;;; core/autoload/os.el -*- lexical-binding: t; no-byte-compile: t -*-
;; FIXME obsolete :env
;;;###autoload
(def-setting! :env (&rest vars)
:obsolete set-env!
(when (featurep 'exec-path-from-shell)
`(exec-path-from-shell-copy-envs ,@vars)))