Minor refactor & reformatting across the board

This commit is contained in:
Henrik Lissner
2020-04-08 15:29:29 -04:00
parent 2957f5ff28
commit b78fc4eb76
27 changed files with 189 additions and 164 deletions

View File

@@ -6,9 +6,8 @@
:config
(when IS-MAC
(setq lsp-haskell-process-path-hie "hie-wrapper"))
;; Does some strange indentation if it pastes in the snippet
(setq-hook! 'haskell-mode-hook yas-indent-line 'fixed)
(when (featurep! +ghcide)
(setq lsp-haskell-process-path-hie "ghcide"
lsp-haskell-process-args-hie nil)))
lsp-haskell-process-args-hie nil))
;; Does some strange indentation if it pastes in the snippet
(setq-hook! 'haskell-mode-hook yas-indent-line 'fixed))