[Emacs] Don't use thing at point with helm-rg

This commit is contained in:
Ivan Malison 2023-04-16 01:01:39 -06:00
parent 00dd7bec3c
commit 47898729b6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1790,7 +1790,8 @@ I use helm for almost all emacs completion
:config (helm-descbinds-mode 1)) :config (helm-descbinds-mode 1))
(use-package helm-rg (use-package helm-rg
:demand t) :demand t
:config (setq helm-rg-thing-at-point nil))
(use-package helm-ag (use-package helm-ag
:bind ("C-c p 1" . imalison:set-helm-ag-extra-options) :bind ("C-c p 1" . imalison:set-helm-ag-extra-options)