General cleanup + refactor
This commit is contained in:
parent
5e2c483923
commit
0e7254d312
12 changed files with 30 additions and 24 deletions
|
@ -18,7 +18,7 @@ DIR specifies the default-directory from which ag is run."
|
|||
(if regex-p (rxt-quote-pcre str) str))))
|
||||
+ivy--ag-last-search)))
|
||||
(setq +ivy--ag-last-search search)
|
||||
(counsel-ag (if regex-p search (rxt-quote-pcre search))
|
||||
(counsel-ag (if regex-p search (regexp-quote search))
|
||||
(or dir (doom-project-root))
|
||||
(concat "--nocolor --nogroup" (if regex-p " -Q")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue