Fix helm-ag-map in helm-ag-mode

This commit is contained in:
Henrik Lissner 2015-10-18 02:28:16 -04:00
parent 7331d966cb
commit 6e30bca095

View File

@ -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)))