Fix #3277: 'doom install' options are ignored
This commit is contained in:
parent
e916122750
commit
2a824136ef
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
||||||
((noconfig-p ["--no-config"] "Don't create DOOMDIR or dummy files therein")
|
((noconfig-p ["--no-config"] "Don't create DOOMDIR or dummy files therein")
|
||||||
(noenv-p ["--no-env"] "Don't generate an envvars file (see 'doom help env')")
|
(noenv-p ["--no-env"] "Don't generate an envvars file (see 'doom help env')")
|
||||||
(noinstall-p ["--no-install"] "Don't auto-install packages")
|
(noinstall-p ["--no-install"] "Don't auto-install packages")
|
||||||
(nofonts-p ["--no-fonts"] "Don't install (or prompt to install) all-the-icons fonts")
|
(nofonts-p ["--no-fonts"] "Don't install (or prompt to install) all-the-icons fonts"))
|
||||||
&rest _args)
|
|
||||||
"Installs and sets up Doom Emacs for the first time.
|
"Installs and sets up Doom Emacs for the first time.
|
||||||
|
|
||||||
This command does the following:
|
This command does the following:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue