Skip to content

Commit

Permalink
Use thing-at-point as default only if the user chooses that
Browse files Browse the repository at this point in the history
via `helm-sources-using-default-as-input` or let-binding
`helm--maybe-use-default-as-input`
  • Loading branch information
tmalsburg committed Apr 6, 2020
1 parent 6a21ac1 commit 5827cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -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*")))

Expand Down

0 comments on commit 5827cd2

Please sign in to comment.