Skip to content

Commit

Permalink
Prevent PA from keywords in finder
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Aug 22, 2024
1 parent 64f4106 commit f91025e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,9 @@ To have more actions on packages, use `helm-packages'."
(lambda (candidates _source)
(sort candidates #'helm-generic-sort-fn)))
:action (helm-make-actions
"Packages from keyword" 'helm-finder-packages-from-keyword))
"Packages from keyword" 'helm-finder-packages-from-keyword)
:persistent-action 'ignore
:persistent-help "Do nothing")
:buffer "*helm finder*"))

(provide 'helm-packages)
Expand Down

0 comments on commit f91025e

Please sign in to comment.