Fix helm-ag-map in helm-ag-mode
This commit is contained in:
parent
7331d966cb
commit
6e30bca095
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue