parent
9bd3d66617
commit
3b6fd1b360
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ workspace."
|
|||
(delq nil (append (list (when all-files "-z -uu")
|
||||
(unless recursive "--maxdepth 1"))
|
||||
args))))
|
||||
(setq deactivate-mark t)
|
||||
(helm-rg (or query
|
||||
(when (use-region-p)
|
||||
(let ((beg (or (bound-and-true-p evil-visual-beginning) (region-beginning)))
|
||||
|
|
|
@ -253,6 +253,7 @@ The point of this is to avoid Emacs locking up indexing massive file trees."
|
|||
(unless recursive " --maxdepth 1")
|
||||
" "
|
||||
(mapconcat #'shell-quote-argument args " "))))
|
||||
(setq deactivate-mark t)
|
||||
(counsel-rg
|
||||
(or query
|
||||
(when (doom-region-active-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue