Minor refactors & reformatting
This commit is contained in:
parent
3e5cf3de09
commit
e00bfc7612
6 changed files with 27 additions and 18 deletions
|
@ -252,8 +252,7 @@ The point of this is to avoid Emacs locking up indexing massive file trees."
|
|||
(directory (or in project-root))
|
||||
(args (concat (if all-files " -uu")
|
||||
(unless recursive " --maxdepth 1")
|
||||
" "
|
||||
(mapconcat #'shell-quote-argument args " "))))
|
||||
" " (mapconcat #'shell-quote-argument args " "))))
|
||||
(setq deactivate-mark t)
|
||||
(counsel-rg
|
||||
(or query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue