mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix helm-ag-map in helm-ag-mode
This commit is contained in:
@ -77,6 +77,7 @@
|
|||||||
(helm-attrset 'name header-name helm-ag-source)
|
(helm-attrset 'name header-name helm-ag-source)
|
||||||
(helm :sources (if search helm-ag-source '(helm-source-do-ag))
|
(helm :sources (if search helm-ag-source '(helm-source-do-ag))
|
||||||
:buffer "*helm-ag*"
|
:buffer "*helm-ag*"
|
||||||
|
:keymap helm-ag-map
|
||||||
:input input
|
:input input
|
||||||
:prompt helm-global-prompt)))
|
:prompt helm-global-prompt)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user