lang/racket: add +lsp flag
And add link to racket's README.
This commit is contained in:
parent
aad7bc521f
commit
8b95aa5d3e
3 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,9 @@
|
|||
#'rainbow-delimiters-mode
|
||||
#'highlight-quoted-mode)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'racket-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(when (featurep! +xp)
|
||||
(add-hook 'racket-mode-local-vars-hook #'racket-xp-mode)
|
||||
;; Both flycheck and racket-xp produce error popups, but racket-xp's are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue