17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
24 lines
651 B
EmacsLisp
24 lines
651 B
EmacsLisp
;;; company-lsp-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
||
|
||
;;;### (autoloads nil "company-lsp" "company-lsp.el" (23430 63890
|
||
;;;;;; 645936 507000))
|
||
;;; Generated autoloads from company-lsp.el
|
||
|
||
(autoload 'company-lsp "company-lsp" "\
|
||
Define a company backend for lsp-mode.
|
||
|
||
See the documentation of `company-backends' for COMMAND and ARG.
|
||
|
||
\(fn COMMAND &optional ARG &rest _)" t nil)
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; company-lsp-autoloads.el ends here
|