From 262c760fe62c7522cc95684832ae8d739f49634e Mon Sep 17 00:00:00 2001 From: Joe Hillenbrand Date: Fri, 11 Mar 2016 13:32:46 -0800 Subject: [PATCH] remove dotspacemacs-use-ido from template --- core/templates/.spacemacs.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index 9ff478b700b1..50238676c5ae 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -160,8 +160,6 @@ values." dotspacemacs-auto-save-file-location 'cache ;; Maximum number of rollback slots to keep in the cache. (default 5) dotspacemacs-max-rollback-slots 5 - ;; If non nil then `ido' replaces `helm' for some commands. - dotspacemacs-use-ido nil ;; If non nil, `helm' will try to minimize the space it uses. (default nil) dotspacemacs-helm-resize nil ;; if non nil, the helm header is hidden when there is only one source.