branch: elpa/helm commit 0c1b45948998a458229ad8c3f9d37a056d3298e4 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add helm-only prop to helm-limit-to-sources --- helm-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-core.el b/helm-core.el index 84db8a5780..4c143fd263 100644 --- a/helm-core.el +++ b/helm-core.el @@ -2444,6 +2444,7 @@ This is a toggle command, when hit a second time reset to all sources." :buffer "*helm sources*"))) (helm-set-source-filter headers))) (helm-set-source-filter nil))))) +(put 'helm-limit-to-sources 'helm-only t) ;;; Source infos fns. ;;