24 lines
584 B
EmacsLisp
24 lines
584 B
EmacsLisp
;;; helm-company-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||
|
||
;;;### (autoloads nil "helm-company" "helm-company.el" (22490 28021
|
||
;;;;;; 120689 316000))
|
||
;;; Generated autoloads from helm-company.el
|
||
|
||
(autoload 'helm-company "helm-company" "\
|
||
Select `company-complete' candidates by `helm'.
|
||
It is useful to narrow candidates.
|
||
|
||
\(fn)" t nil)
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; helm-company-autoloads.el ends here
|