mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
docs(lib): revise various docstrings
This commit is contained in:
parent
5477ba4c16
commit
510347977e
2 changed files with 6 additions and 6 deletions
|
|
@ -50,13 +50,13 @@ Can be changed externally by setting $DOOMPROFILELOADFILE.")
|
|||
Can be changed externally by setting $DOOMPROFILELOADFILE.")
|
||||
|
||||
(defvar doom-profile-env-file-name "init.env.el"
|
||||
"TODO")
|
||||
"The filename for a Doom profile's envvar file.")
|
||||
|
||||
(defvar doom-profile-init-dir-name (format "init.%d.d" emacs-major-version)
|
||||
"The subdirectory of `doom-profile-dir'")
|
||||
|
||||
(defvar doom-profile-rcfile ".doomprofile"
|
||||
"TODO")
|
||||
"The filename for local user configuration of a Doom profile.")
|
||||
|
||||
;;; Profile storage variables
|
||||
(defvar doom-profile-generators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue