From 51d56232cda87d5d20319513e0a046b220e44b2e Mon Sep 17 00:00:00 2001 From: Boris Date: Sat, 5 Mar 2016 13:43:31 +0200 Subject: [PATCH] fix typo in dotspacemacs/install --- core/core-dotspacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-dotspacemacs.el b/core/core-dotspacemacs.el index 821c45533..39df87130 100644 --- a/core/core-dotspacemacs.el +++ b/core/core-dotspacemacs.el @@ -415,7 +415,7 @@ If ARG is non nil then Ask questions to the user before installing the dotfile." ("spacemacs-helm" ,(dotspacemacs//ido-completing-read "What type of completion framework do you want? " - '(("An heavy one but full-featured (helm)" + '(("A heavy one but full-featured (helm)" "spacemacs-helm") ("A lighter one but still very powerful (ivy)" "spacemacs-ivy")