Added +lsp flag to lang/purescript
This commit is contained in:
parent
a7c2cbab90
commit
a036513241
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
;;; lang/purescript/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! purescript-mode
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'purescript-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(add-hook! 'purescript-mode-hook
|
||||
#'purescript-indentation-mode
|
||||
#'rainbow-delimiters-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue