fix(:lang): ensure lsp! is always appended to hooks

This commit is contained in:
Henrik Lissner 2022-07-25 18:12:03 +02:00
parent a70e634ebd
commit 9cb4c8b637
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
7 changed files with 12 additions and 10 deletions

View file

@ -4,8 +4,9 @@
;;; Packages
(when (featurep! +lsp)
(add-hook! '(tuareg-mode-local-vars-hook reason-mode-local-vars-hook)
#'lsp!))
(add-hook! '(tuareg-mode-local-vars-hook
reason-mode-local-vars-hook)
:append #'lsp!))
(after! tuareg