Indentation

This commit is contained in:
Andrea Ciceri 2025-05-16 16:07:12 +02:00
parent f55a6b6423
commit 1ed4ed0da5
No known key found for this signature in database

View file

@ -573,8 +573,8 @@
(use-package purescript-mode
:custom ((project-vc-extra-root-markers '("spago.dhall")))
:hook ((purescript-mode . eglot-ensure)
(purescript-mode . turn-on-purescript-indentation)
(purescript-mode . (lambda () (setq project-vc-extra-root-markers '("spago.dhall"))))))
(purescript-mode . turn-on-purescript-indentation)
(purescript-mode . (lambda () (setq project-vc-extra-root-markers '("spago.dhall"))))))
(use-package terraform-mode
:after eglot