Skip to content

Commit

Permalink
Merge pull request #363 from 15cm/allow-marking
Browse files Browse the repository at this point in the history
Allow candidates marking
  • Loading branch information
jcs090218 authored Jun 1, 2020
2 parents f18b089 + 693b17a commit a319048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-ag.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit a319048

Please sign in to comment.