Configurado el comando de compilar para C#.

This commit is contained in:
kj 2020-12-19 11:50:36 -04:00
parent 5e71f82413
commit 7c529509d4
1 changed files with 4 additions and 2 deletions

View File

@ -179,5 +179,7 @@
(auto-complete-mode)
))
;Cambiar comando de compilación por defecto en csharp
(add-hook 'csharp-mode-hook #'(lambda()
(setq compile-command "dotnet run")
))