Hook C#-mode as well

This commit is contained in:
Jakub 2025-11-17 13:34:28 +08:00
parent c09d3cfdec
commit a7844e053c

View file

@ -29,6 +29,7 @@
(add-to-list 'eglot-server-programs
'((csharp-mode csharp-ts-mode)
"csharp-ls"))
(add-hook 'csharp-mode-hook #'eglot-ensure)
(add-hook 'csharp-ts-mode-hook #'eglot-ensure))
(provide 'csharp-custom)