mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user