From 19c262ea0c5a98bb771a5a8532fbb3e3c4db140d Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 10 Feb 2016 20:22:50 -0500 Subject: [PATCH] ivy: Fix counsel-git-grep-region-or-symbol --- layers/+completion/spacemacs-ivy/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+completion/spacemacs-ivy/packages.el b/layers/+completion/spacemacs-ivy/packages.el index 61c029720..f8ff295f9 100644 --- a/layers/+completion/spacemacs-ivy/packages.el +++ b/layers/+completion/spacemacs-ivy/packages.el @@ -199,6 +199,7 @@ that directory." (defun spacemacs/counsel-git-grep-region-or-symbol () "Use `counsel-git-grep' to search for the selected region or the symbol around point in the current project with git grep." + (interactive) (let ((input (if (region-active-p) (buffer-substring-no-properties (region-beginning) (region-end))