From 693b17a1d71464d16712004ef527ac3c5cd778fb Mon Sep 17 00:00:00 2001 From: Sinkerine Date: Sat, 30 May 2020 23:18:37 -0700 Subject: [PATCH] Allow candidates marking --- helm-ag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-ag.el b/helm-ag.el index b8881c9..6d25416 100644 --- a/helm-ag.el +++ b/helm-ag.el @@ -1220,7 +1220,7 @@ Continue searching the parent directory? ")) (candidate-number-limit :initform 99999) (requires-pattern :initform 3) (persistent-action :initform 'helm-ag--persistent-action) - (nomark :initform t) + (nomark :initform nil) (action :initform 'helm-ag--actions)) "Not documented.")