From 47898729b6f83af0eabf83b670b9f0f3994ebcf9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 16 Apr 2023 01:01:39 -0600 Subject: [PATCH] [Emacs] Don't use thing at point with helm-rg --- dotfiles/emacs.d/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 0cdaeef4..fa1b81ff 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1790,7 +1790,8 @@ I use helm for almost all emacs completion :config (helm-descbinds-mode 1)) (use-package helm-rg - :demand t) + :demand t + :config (setq helm-rg-thing-at-point nil)) (use-package helm-ag :bind ("C-c p 1" . imalison:set-helm-ag-extra-options)