unix-conf/.emacs.d/elpa/company-irony-20150810.239/company-irony-autoloads.el
2016-02-18 14:53:30 +01:00

34 lines
882 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; company-irony-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "company-irony" "company-irony.el" (22209 43275
;;;;;; 758995 0))
;;; Generated autoloads from company-irony.el
(autoload 'company-irony "company-irony" "\
\(fn COMMAND &optional ARG &rest IGNORED)" t nil)
(autoload 'company-irony-setup-begin-commands "company-irony" "\
Include irony trigger commands to `company-begin-commands'.
This allow completion to be automatically triggered after member
accesses (obj.|, obj->|, ...).
This may be useful to company < `0.8.4', newer version of company
include these commands by default.
\(fn)" nil nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; company-irony-autoloads.el ends here