Skip to content
Sharad Pratap edited this page Jul 8, 2024 · 1 revision

Overley at point

with-helm-show-completion is a Lisp macro in
‘../../../../../../../readonly/public/user/spacemacs/elpa/helm-20190619.432/helm-elisp.el’.

(with-helm-show-completion BEG END &rest BODY)

Show helm candidate in an overlay at point.
BEG and END are the beginning and end position of the current completion
in ‘helm-current-buffer’.
BODY is an helm call where we want to enable show completion.
If ‘helm-turn-on-show-completion’ is nil do nothing.

Clone this wiki locally