doomemacs/modules/lang/haskell/+lsp.el

9 lines
258 B
EmacsLisp
Raw Normal View History

2019-02-23 03:20:45 +11:00
;;; lang/haskell/+lsp.el -*- lexical-binding: t; -*-
(def-package! lsp-haskell
:after haskell-mode
2019-02-23 15:15:38 +11:00
:init (add-hook 'haskell-mode-hook #'+lsp|init)
2019-02-23 03:20:45 +11:00
:config
;; Does some strange indentation if it pastes in the snippet
(setq yas-indent-line 'fixed))