From d91b6e49026fc6cad256e933abd05d4ef0aafc71 Mon Sep 17 00:00:00 2001 From: justbur Date: Sun, 10 Jan 2016 23:00:20 -0500 Subject: [PATCH] ivy: Correct sp and sP bindings They were bound to a nonexistent function. Fixes one of the issues in issue #4528. --- layers/+completion/spacemacs-ivy/packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+completion/spacemacs-ivy/packages.el b/layers/+completion/spacemacs-ivy/packages.el index 0d1a3989b..f573ba194 100644 --- a/layers/+completion/spacemacs-ivy/packages.el +++ b/layers/+completion/spacemacs-ivy/packages.el @@ -201,8 +201,8 @@ Helm hack." "*" 'spacemacs/search-project-auto-region-or-symbol "sf" 'spacemacs/search-auto "sF" 'spacemacs/search-auto-region-or-symbol - "sp" 'spacemacs/search-project - "sP" 'spacemacs/search-project-region-or-symbol + "sp" 'spacemacs/search-project-auto + "sP" 'spacemacs/search-project-auto-region-or-symbol "saf" 'spacemacs/search-ag "saF" 'spacemacs/search-ag-region-or-symbol "sap" 'spacemacs/search-project-ag