37 lines
1 KiB
EmacsLisp
37 lines
1 KiB
EmacsLisp
;;; company-flx-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (directory-file-name
|
||
(or (file-name-directory #$) (car load-path))))
|
||
|
||
|
||
;;;### (autoloads nil "company-flx" "company-flx.el" (0 0 0 0))
|
||
;;; Generated autoloads from company-flx.el
|
||
|
||
(defvar company-flx-mode nil "\
|
||
Non-nil if Company-Flx mode is enabled.
|
||
See the `company-flx-mode' command
|
||
for a description of this minor mode.
|
||
Setting this variable directly does not take effect;
|
||
either customize it (see the info node `Easy Customization')
|
||
or call the function `company-flx-mode'.")
|
||
|
||
(custom-autoload 'company-flx-mode "company-flx" nil)
|
||
|
||
(autoload 'company-flx-mode "company-flx" "\
|
||
company-flx minor mode
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-flx" '("company-flx-")))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; company-flx-autoloads.el ends here
|