cee sharp
This commit is contained in:
parent
3691b9de8c
commit
d6301dfcf5
|
@ -933,6 +933,12 @@ this should be useful later
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
`(csharp-mode . ("OmniSharp" "-lsp"))))
|
`(csharp-mode . ("OmniSharp" "-lsp"))))
|
||||||
|
|
||||||
|
(use-package csproj-mode
|
||||||
|
:mode ("\\.csproj\\'"))
|
||||||
|
|
||||||
|
(use-package dotnet
|
||||||
|
:hook (dotnet-mode . csharp-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
** CMake
|
** CMake
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue