forked from colonelpanic/dotfiles
[Emacs] Don't use thing at point with helm-rg
This commit is contained in:
parent
00dd7bec3c
commit
47898729b6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user