mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Fixed :ag
This commit is contained in:
@ -39,7 +39,7 @@
|
|||||||
:move-point nil
|
:move-point nil
|
||||||
:type inclusive
|
:type inclusive
|
||||||
:repeat nil
|
:repeat nil
|
||||||
(message "%s" bang)
|
(interactive "<r><!><a>")
|
||||||
(let* ((helm-ag-default-directory (my--project-root pwd-p))
|
(let* ((helm-ag-default-directory (my--project-root pwd-p))
|
||||||
(header-name (format "Search in %s" helm-ag-default-directory))
|
(header-name (format "Search in %s" helm-ag-default-directory))
|
||||||
(input "")
|
(input "")
|
||||||
|
Reference in New Issue
Block a user