tvl-depot/configs/shared/emacs/.emacs.d/elpa/lsp-javascript-flow-20180613.508/lsp-javascript-flow-autoloads.el
William Carroll 17ee0e400b Support Vim, Tmux, Emacs with Stow
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -04:00

29 lines
974 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.

;;; lsp-javascript-flow-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "lsp-javascript-flow" "lsp-javascript-flow.el"
;;;;;; (23432 13006 579149 747000))
;;; Generated autoloads from lsp-javascript-flow.el
(defvar lsp-javascript-flow-server "flow-language-server" "\
The flow-language-server executable to use.
Leave as just the executable name to use the default behavior of
finding the executable with `exec-path'.")
(custom-autoload 'lsp-javascript-flow-server "lsp-javascript-flow" t)
(defvar lsp-javascript-flow-server-args 'nil "\
Extra arguments for the javascript-flow-stdio language server")
(custom-autoload 'lsp-javascript-flow-server-args "lsp-javascript-flow" t)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; lsp-javascript-flow-autoloads.el ends here