Eglot different project marker for purescript
This commit is contained in:
parent
c550530e4d
commit
617d51b4a0
1 changed files with 3 additions and 2 deletions
3
init.el
3
init.el
|
@ -492,7 +492,8 @@
|
||||||
(use-package purescript-mode
|
(use-package purescript-mode
|
||||||
:custom ((project-vc-extra-root-markers '("spago.dhall")))
|
:custom ((project-vc-extra-root-markers '("spago.dhall")))
|
||||||
:hook ((purescript-mode . eglot-ensure)
|
: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
|
(use-package terraform-mode
|
||||||
:after eglot
|
:after eglot
|
||||||
|
|
Reference in a new issue