emacs: marginally better haskell
This commit is contained in:
parent
c799612d64
commit
fb47b8a794
1 changed files with 1 additions and 0 deletions
|
|
@ -552,6 +552,7 @@ If the new path's directories does not exist, create them."
|
|||
:init
|
||||
(add-hook 'rust-mode-hook #'eglot-ensure)
|
||||
(add-hook 'rust-ts-mode-hook #'eglot-ensure)
|
||||
(add-hook 'haskell-mode-hook #'eglot-ensure)
|
||||
(add-hook 'before-save-hook #'eglot-format)
|
||||
(add-hook 'eglot-managed-mode-hook
|
||||
(lambda () (eglot-inlay-hints-mode -1)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue