summaryrefslogtreecommitdiff
path: root/helm-net.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-05-24 12:07:42 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-05-24 12:07:42 +0200
commit61cb9f2d0078213333a5e1ef428f9baf17eb2bb2 (patch)
tree1d962b9db282d0bba660f98949638bb26852703b /helm-net.el
parentbe9f9096f2adffebeeacab50d2b63bf03740601c (diff)
Use match-dynamic in google source
Diffstat (limited to 'helm-net.el')
-rw-r--r--helm-net.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-net.el b/helm-net.el
index ff874d69..8af437a0 100644
--- a/helm-net.el
+++ b/helm-net.el
@@ -241,7 +241,7 @@ Can be \"-new-tab\" (default) or \"-new-window\"."
:candidates (lambda ()
(funcall helm-google-suggest-default-function))
:action 'helm-google-suggest-actions
- :volatile t
+ :match-dynamic t
:keymap helm-map
:requires-pattern 3))