csharp-mode is built into emacs 29
This commit is contained in:
parent
4f78d32050
commit
6baae32dc0
1 changed files with 1 additions and 3 deletions
|
@ -929,9 +929,7 @@ this should be useful later
|
|||
#+end_src
|
||||
** C#
|
||||
#+begin_src emacs-lisp
|
||||
(use-package csharp-mode
|
||||
:mode "\\.cs\\'"
|
||||
:hook (csharp-mode . eglot-ensure))
|
||||
(add-hook 'csharp-mode-hook 'eglot-ensure)
|
||||
|
||||
(use-package omnisharp
|
||||
:mode "\\.cs\\'"
|
||||
|
|
Loading…
Reference in a new issue