Make change to counsel-rg-base-command idempotent
So doom/reload doesn't clobber it.
This commit is contained in:
parent
f548ab600c
commit
8089b5b723
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
;; absolute path. Remove this when it is fixed upstream in counsel.
|
;; absolute path. Remove this when it is fixed upstream in counsel.
|
||||||
(when (memq system-type '(windows-nt ms-dos))
|
(when (memq system-type '(windows-nt ms-dos))
|
||||||
(setq counsel-rg-base-command
|
(setq counsel-rg-base-command
|
||||||
(replace-regexp-in-string "--path-separator /"
|
(replace-regexp-in-string "--path-separator / "
|
||||||
"--path-separator //"
|
"--path-separator // "
|
||||||
counsel-rg-base-command)))
|
counsel-rg-base-command)))
|
||||||
|
|
||||||
;; Integrate with `helpful'
|
;; Integrate with `helpful'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue