mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Set yas-indent-line only in haskell-mode
This commit is contained in:
@ -5,4 +5,4 @@
|
|||||||
:init (add-hook 'haskell-mode-hook #'+lsp|init)
|
:init (add-hook 'haskell-mode-hook #'+lsp|init)
|
||||||
:config
|
:config
|
||||||
;; Does some strange indentation if it pastes in the snippet
|
;; Does some strange indentation if it pastes in the snippet
|
||||||
(setq yas-indent-line 'fixed))
|
(setq-hook! 'haskell-mode-hook yas-indent-line 'fixed))
|
||||||
|
Reference in New Issue
Block a user