mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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 :sources (if search helm-ag-source '(helm-source-do-ag))
|
||||
:buffer "*helm-ag*"
|
||||
:keymap helm-ag-map
|
||||
:input input
|
||||
:prompt helm-global-prompt)))
|
||||
|
||||
|
Reference in New Issue
Block a user