Set yas-indent-line only in haskell-mode

This commit is contained in:
Henrik Lissner 2019-02-25 22:26:13 -05:00 committed by GitHub
parent 69a6e60f84
commit 9c085c0553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,4 @@
:init (add-hook 'haskell-mode-hook #'+lsp|init)
:config
;; Does some strange indentation if it pastes in the snippet
(setq yas-indent-line 'fixed))
(setq-hook! 'haskell-mode-hook yas-indent-line 'fixed))