mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Remove redundant def-setting! docstrings
def-setting! will now grab the autodef's docstring if it has an :obsolete property defined.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
;; FIXME obsolete :env
|
||||
;;;###autoload
|
||||
(def-setting! :env (&rest vars)
|
||||
"TODO"
|
||||
:obsolete set-env!
|
||||
(when (featurep 'exec-path-from-shell)
|
||||
`(exec-path-from-shell-copy-envs ,@vars)))
|
||||
|
Reference in New Issue
Block a user