28 lines
758 B
EmacsLisp
28 lines
758 B
EmacsLisp
;;; flymake-eslint-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (directory-file-name
|
||
(or (file-name-directory #$) (car load-path))))
|
||
|
||
|
||
;;;### (autoloads nil "flymake-eslint" "flymake-eslint.el" (0 0 0
|
||
;;;;;; 0))
|
||
;;; Generated autoloads from flymake-eslint.el
|
||
|
||
(autoload 'flymake-eslint-enable "flymake-eslint" "\
|
||
Enable Flymake and add flymake-eslint as a buffer-local Flymake backend.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-eslint" '("flymake-eslint-")))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; flymake-eslint-autoloads.el ends here
|