diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·33-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·45-0500 |
commit | 481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch) | |
tree | 3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180828.838/lsp-haskell-autoloads.el | |
parent | 18b9930b8604134f087ca61fe94740b31f94327c (diff) |
Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180828.838/lsp-haskell-autoloads.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180828.838/lsp-haskell-autoloads.el | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180828.838/lsp-haskell-autoloads.el b/configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180828.838/lsp-haskell-autoloads.el deleted file mode 100644 index 86d545f92b14..000000000000 --- a/configs/shared/emacs/.emacs.d/elpa/lsp-haskell-20180828.838/lsp-haskell-autoloads.el +++ /dev/null @@ -1,31 +0,0 @@ -;;; 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" (23450 31842 -;;;;;; 785187 742000)) -;;; 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 |