From 2a824136efbe76439b1747a02332d9f7ddaffa15 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 2 Jun 2020 17:43:58 -0400 Subject: [PATCH] Fix #3277: 'doom install' options are ignored --- core/cli/install.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/cli/install.el b/core/cli/install.el index 9ea7b94bf..c76454447 100644 --- a/core/cli/install.el +++ b/core/cli/install.el @@ -4,8 +4,7 @@ ((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')") (noinstall-p ["--no-install"] "Don't auto-install packages") - (nofonts-p ["--no-fonts"] "Don't install (or prompt to install) all-the-icons fonts") - &rest _args) + (nofonts-p ["--no-fonts"] "Don't install (or prompt to install) all-the-icons fonts")) "Installs and sets up Doom Emacs for the first time. This command does the following: