Helm interface for auto-complete. A ac-anything.el fork ported to Helm.
If you choose not to use one of the convenient packages in
Melpa, you'll need to add the
directory containing ac-helm.el
to your load-path
, and then (require 'ac-helm)
.
Add the following to your emacs init file:
(require 'ac-helm) ;; Not necessary if using ELPA package
(global-set-key (kbd "C-:") 'ac-complete-with-helm)
(define-key ac-complete-mode-map (kbd "C-:") 'ac-complete-with-helm)
The following command is defined:
Select auto-complete
candidates by helm
.
It is useful to narrow candidates.