mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -58,6 +58,7 @@ workspace."
|
|||||||
(delq nil (append (list (when all-files "-z -uu")
|
(delq nil (append (list (when all-files "-z -uu")
|
||||||
(unless recursive "--maxdepth 1"))
|
(unless recursive "--maxdepth 1"))
|
||||||
args))))
|
args))))
|
||||||
|
(setq deactivate-mark t)
|
||||||
(helm-rg (or query
|
(helm-rg (or query
|
||||||
(when (use-region-p)
|
(when (use-region-p)
|
||||||
(let ((beg (or (bound-and-true-p evil-visual-beginning) (region-beginning)))
|
(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")
|
(unless recursive " --maxdepth 1")
|
||||||
" "
|
" "
|
||||||
(mapconcat #'shell-quote-argument args " "))))
|
(mapconcat #'shell-quote-argument args " "))))
|
||||||
|
(setq deactivate-mark t)
|
||||||
(counsel-rg
|
(counsel-rg
|
||||||
(or query
|
(or query
|
||||||
(when (doom-region-active-p)
|
(when (doom-region-active-p)
|
||||||
|
Reference in New Issue
Block a user