summaryrefslogtreecommitdiff
path: root/elpa/flycheck-irony-20180604.2152/flycheck-irony-autoloads.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/flycheck-irony-20180604.2152/flycheck-irony-autoloads.el')
-rw-r--r--elpa/flycheck-irony-20180604.2152/flycheck-irony-autoloads.el28
1 files changed, 28 insertions, 0 deletions
diff --git a/elpa/flycheck-irony-20180604.2152/flycheck-irony-autoloads.el b/elpa/flycheck-irony-20180604.2152/flycheck-irony-autoloads.el
new file mode 100644
index 0000000..05909d3
--- /dev/null
+++ b/elpa/flycheck-irony-20180604.2152/flycheck-irony-autoloads.el
@@ -0,0 +1,28 @@
+;;; flycheck-irony-autoloads.el --- automatically extracted autoloads
+;;
+;;; Code:
+
+(add-to-list 'load-path (directory-file-name
+ (or (file-name-directory #$) (car load-path))))
+
+
+;;;### (autoloads nil "flycheck-irony" "flycheck-irony.el" (0 0 0
+;;;;;; 0))
+;;; Generated autoloads from flycheck-irony.el
+
+(autoload 'flycheck-irony-setup "flycheck-irony" "\
+Setup Flycheck Irony.
+
+Add `irony' to `flycheck-checkers'." t nil)
+
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flycheck-irony" '("flycheck-irony-")))
+
+;;;***
+
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; coding: utf-8
+;; End:
+;;; flycheck-irony-autoloads.el ends here