diff options
author | William Carroll <wpcarro@gmail.com> | 2018-09-10T18·51-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-09-10T18·53-0400 |
commit | 17ee0e400bef47c371afcae76037f9ea6a44ad13 (patch) | |
tree | 0e5efee6f00e402890e91f3eceb4b29408a498b6 /configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180826.1119/lsp-haskell-autoloads.el | |
parent | 8b2fadf4776b7ddb4a67b4bc8ff6463770e56028 (diff) |
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.
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180826.1119/lsp-haskell-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180826.1119/lsp-haskell-autoloads.el | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180826.1119/lsp-haskell-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180826.1119/lsp-haskell-autoloads.el new file mode 100644 index 000000000000..d3069465bb34 --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180826.1119/lsp-haskell-autoloads.el @@ -0,0 +1,31 @@ +;;; lsp-haskell-autoloads.el --- automatically extracted autoloads +;; +;;; Code: +(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) + +;;;### (autoloads nil "lsp-haskell" "lsp-haskell.el" (23428 20523 +;;;;;; 947450 33000)) +;;; Generated autoloads from lsp-haskell.el + +(let ((loads (get 'lsp-haskell 'custom-loads))) (if (member '"lsp-haskell" loads) nil (put 'lsp-haskell 'custom-loads (cons '"lsp-haskell" loads)))) + +(defvar lsp-haskell-process-path-hie "hie-wrapper" "\ +The path for starting the haskell-ide-engine +server. hie-wrapper exists on HIE master from 2018-06-10") + +(custom-autoload 'lsp-haskell-process-path-hie "lsp-haskell" t) + +(defvar lsp-haskell-process-args-hie '("-d" "-l" "/tmp/hie.log") "\ +The arguments for starting the haskell-ide-engine server. +For a debug log, use `-d -l /tmp/hie.log'.") + +(custom-autoload 'lsp-haskell-process-args-hie "lsp-haskell" t) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: +;;; lsp-haskell-autoloads.el ends here |