chore(wpcarro/emacs): Drop support for lsp-haskell
1. This is spamming my Emacs's *Warnings* buffer on init. 2. I recall this being buggy. 3. I'm not doing active Haskell development at the moment. 4. I'd prefer code-intelligence efforts be put into SourceGraph. Change-Id: I57ba28ec0b2fa3607cd67261a90d134107166c47 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4610 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									76108fa7d7
								
							
						
					
					
						commit
						9888a88198
					
				
					 2 changed files with 0 additions and 9 deletions
				
			
		|  | @ -24,14 +24,6 @@ | |||
|   :config | ||||
|   (macros-add-hook-before-save 'haskell-mode #'haskell-align-imports)) | ||||
| 
 | ||||
| ;; LSP support | ||||
| (use-package lsp-haskell | ||||
|   :after (haskell-mode) | ||||
|   :config | ||||
|   (setq lsp-haskell-process-path-hie "hie-wrapper") | ||||
|   (add-hook 'haskell-mode-hook #'lsp-haskell-enable) | ||||
|   (add-hook 'haskell-mode-hook #'flycheck-mode)) | ||||
| 
 | ||||
| ;; Test toggling | ||||
| (defun wpc-haskell-module->test () | ||||
|   "Jump from a module to a test." | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue