From aadcf822f045afff4558b2099d2b792cf43b6dec Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 17 Nov 2025 13:32:02 +0800 Subject: [PATCH] Require eglot --- workflows/csharp-custom.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflows/csharp-custom.el b/workflows/csharp-custom.el index 1319b5d..2a6fafd 100644 --- a/workflows/csharp-custom.el +++ b/workflows/csharp-custom.el @@ -22,6 +22,8 @@ ;;; Code: +(require 'eglot) + ;; Add C# language server support via csharp-ls (when (executable-find "csharp-ls") (add-to-list 'eglot-server-programs