Indentation
This commit is contained in:
parent
f55a6b6423
commit
1ed4ed0da5
1 changed files with 2 additions and 2 deletions
|
@ -573,8 +573,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"))))))
|
(purescript-mode . (lambda () (setq project-vc-extra-root-markers '("spago.dhall"))))))
|
||||||
|
|
||||||
(use-package terraform-mode
|
(use-package terraform-mode
|
||||||
:after eglot
|
:after eglot
|
||||||
|
|
Loading…
Add table
Reference in a new issue