Remove hook as it's borken

This commit is contained in:
Jakub 2025-11-18 13:18:25 +08:00
parent b74e59df6e
commit d8cdf07279

View file

@ -35,8 +35,8 @@
(when (executable-find "bicep") (when (executable-find "bicep")
(use-package bicep-mode (use-package bicep-mode
:straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode") :straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode")
:hook (bicep-mode . eglot-ensure) :config (add-to-list 'eglot-server-programs '(bicep-mode "dotnet" "/usr/local/bin/bicep-langserver/Bicep.LangServer.dll"))
:config (add-to-list 'eglot-server-programs '(bicep-mode "dotnet" "/usr/local/bin/bicep-langserver/Bicep.LangServer.dll")))) (add-to-list 'auto-mode-alist '("\\.bicep\\'" . bicep-mode))))
(provide 'csharp-custom) (provide 'csharp-custom)