mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -225,7 +225,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||||||
(listp counsel-rg-base-command)
|
(listp counsel-rg-base-command)
|
||||||
(member "--path-separator" counsel-rg-base-command))
|
(member "--path-separator" counsel-rg-base-command))
|
||||||
(setf (cadr (member "--path-separator" counsel-rg-base-command))
|
(setf (cadr (member "--path-separator" counsel-rg-base-command))
|
||||||
"//"))
|
"/"))
|
||||||
|
|
||||||
;; Integrate with `helpful'
|
;; Integrate with `helpful'
|
||||||
(setq counsel-describe-function-function #'helpful-callable
|
(setq counsel-describe-function-function #'helpful-callable
|
||||||
|
Reference in New Issue
Block a user