mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
:ag update: (helm-ag--select-source) was removed upstream
This commit is contained in:
@ -75,7 +75,7 @@
|
|||||||
(if (and beg end (/= beg (1- end)))
|
(if (and beg end (/= beg (1- end)))
|
||||||
(setq input (buffer-substring-no-properties beg end))))
|
(setq input (buffer-substring-no-properties beg end))))
|
||||||
(helm-attrset 'name header-name helm-ag-source)
|
(helm-attrset 'name header-name helm-ag-source)
|
||||||
(helm :sources (if search (helm-ag--select-source) '(helm-source-do-ag))
|
(helm :sources (if search helm-ag-source '(helm-source-do-ag))
|
||||||
:buffer "*helm-ag*"
|
:buffer "*helm-ag*"
|
||||||
:input input
|
:input input
|
||||||
:prompt helm-global-prompt)))
|
:prompt helm-global-prompt)))
|
||||||
|
Reference in New Issue
Block a user