Eglot different project marker for purescript

This commit is contained in:
Andrea Ciceri 2023-10-14 00:52:37 +02:00
parent c550530e4d
commit 617d51b4a0
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -492,7 +492,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 . turn-on-purescript-indentation)
(purescript-mode . (lambda () (setq project-vc-extra-root-markers '("spago.dhall"))))))
(use-package terraform-mode
:after eglot