Homepage: https://github.com/Sodel-the-Vociferous/helm-company
Author: Yasuyuki Oka
Updated:
Helm interface for company-mode
Add the following to your Emacs init file: (autoload 'helm-company "helm-company") ;; Not necessary if using ELPA package (eval-after-load 'company '(progn (define-key company-mode-map (kbd "C-:") 'helm-company) (define-key company-active-map (kbd "C-:") 'helm-company)))