diff --git a/workflows/csharp-custom.el b/workflows/csharp-custom.el index ce3d083..706efe0 100644 --- a/workflows/csharp-custom.el +++ b/workflows/csharp-custom.el @@ -32,7 +32,7 @@ (add-hook 'csharp-mode-hook #'eglot-ensure) (add-hook 'csharp-ts-mode-hook #'eglot-ensure)) -(when (executable-find "bicep-langserver") +(when (executable-find "bicep") (use-package bicep-mode :straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode") :hook (bicep-mode . eglot-ensure)