bruh skibidi toilet

This commit is contained in:
Sakooooo 2024-07-31 01:06:05 +04:00
parent d5a61fae60
commit 27743d95b1
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -930,6 +930,9 @@ this should be useful later
** C#
#+begin_src emacs-lisp
(add-hook 'csharp-mode-hook 'eglot-ensure)
(when (eq system-type 'gnu/linux)
(add-to-list 'eglot-server-programs
`(csharp-mode . ("OmniSharp" "-lsp"))))
#+end_src
** CMake
#+begin_src emacs-lisp