- Adds the auto-minor-mode package to replace our in-house implementation. - Merges associate! into the def-project-mode! macro because associate! on its own is less useful than auto-minor-mode-alist, auto-minor-mode-magic-alist or hooks. - Changes the semantics of :modes and :add-hooks properties of def-project-mode!. Its arguments are evaluated as is; lists will need to be quoted. squash! core-lib: remove associate! macro |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
doctor.el | ||
packages.el | ||
README.org |
:lang csharp
This module adds C# support to Emacs.
I don't use C# for much else than Unity3D and, seldomly, for Mono game development on Linux.
Table of Contents TOC
Install
This module needs:
- omnisharp-roslyn (install with
M-x omnisharp-install-server
) - .NET SDKs (on Windows)
- Mono (on UNIX platforms)
MacOS
TODO
Arch Linux
sudo pacman --needed --noconfirm -S mono