From 5827cd23009f0eb731ef05b550fe4731181b8017 Mon Sep 17 00:00:00 2001 From: Titus von der Malsburg Date: Mon, 6 Apr 2020 18:32:51 +0200 Subject: [PATCH] Use thing-at-point as default only if the user chooses that via `helm-sources-using-default-as-input` or let-binding `helm--maybe-use-default-as-input` --- helm-dictionary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-dictionary.el b/helm-dictionary.el index c960b24..673589c 100644 --- a/helm-dictionary.el +++ b/helm-dictionary.el @@ -273,7 +273,7 @@ browser in `helm-browse-url-default-browser-alist'" (input (thing-at-point 'word))) (helm :sources (append helm-source-dictionary (list helm-source-dictionary-online)) :full-frame t - :input input + :default input :candidate-number-limit 500 :buffer "*helm dictionary*")))