From 17ee0e400bef47c371afcae76037f9ea6a44ad13 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 10 Sep 2018 14:51:14 -0400 Subject: 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. --- .../company-lsp-autoloads.el | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 configs/shared/emacs/.emacs.d/elpa/company-lsp-20180828.438/company-lsp-autoloads.el (limited to 'configs/shared/emacs/.emacs.d/elpa/company-lsp-20180828.438/company-lsp-autoloads.el') diff --git a/configs/shared/emacs/.emacs.d/elpa/company-lsp-20180828.438/company-lsp-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/company-lsp-20180828.438/company-lsp-autoloads.el new file mode 100644 index 000000000000..f0118fde5258 --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/company-lsp-20180828.438/company-lsp-autoloads.el @@ -0,0 +1,24 @@ +;;; 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 -- cgit 1.4.1