Closed simonthum closed 9 years ago
True. Probably helm-dash
should just call completing-read
, and then if helm-mode
is active, that will automatically result in helm-comp-read
getting called. That said, in #68 I've added the missing (require 'helm-mode)
, so that the file byte-compiles cleanly.
Then as long as that doesn't actually activate help-mode I'm fine with closing the issue. Thanks!
I've fixed this in #69 so that no reference to helm-mode
is made, but if helm-mode
is enabled, then the completion will be done using helm
.
Cool!
Hi,
on my win32 emacs I only get helm-dash to work (more precisely, list doclets) when
helm-comp-read-case-fold-search
is non-nil, which is defined in helm-mode. AFAIK helm-mode is considered optional, in general.