mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(cli): restructure doom profile commands
- Replace 'doom profiles sync' with 'doom profile sync --all'. - Move lisp/cli/profiles.el to lisp/cli/profile.el. - Move obsolete alias to bin/doom.
This commit is contained in:
@ -41,6 +41,13 @@ list of paths or profile config files (semi-colon delimited on Windows).")
|
||||
|
||||
Can be changed externally by setting $DOOMPROFILELOADFILE.")
|
||||
|
||||
(defvar doom-profile-cache-file
|
||||
(file-name-concat
|
||||
doom-cache-dir (format "profiles.%s.el" (or (car doom-profile) "@")))
|
||||
"Where Doom writes its interactive profile loader script.
|
||||
|
||||
Can be changed externally by setting $DOOMPROFILELOADFILE.")
|
||||
|
||||
(defvar doom-profile-env-file-name "init.env.el"
|
||||
"TODO")
|
||||
|
||||
|
Reference in New Issue
Block a user