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))