branch: elpa/blueprint-ts-mode
commit 048202cb4cc2bbe44372f6ebd7e9259b7a94d282
Author: Huan Nguyen <goafa...@gmail.com>
Commit: Huan Nguyen <goafa...@gmail.com>

    Need eglot for the variable.
---
 blueprint-ts-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blueprint-ts-mode.el b/blueprint-ts-mode.el
index c5b950fb03..e050ccce65 100644
--- a/blueprint-ts-mode.el
+++ b/blueprint-ts-mode.el
@@ -36,6 +36,7 @@
 ;;; Code:
 
 (require 'treesit)
+(require 'eglot)
 (eval-when-compile (require 'rx))
 
 (defgroup blueprint ()

Reply via email to