MacOS/Homebrew
MacOS/Homebrew/Emacs †
- Emacs for MacOS の最新版は 24.5-1 である(2016/06/08 時点)。
24.5-1 のバイナリが用意されているHomebrew版を使うことにする。
インストール †
ターミナルから次のコマンドをタイプする。
- brewコマンドでEmacsを/usr/local/Cellar の下にインストールする。
$ brew install --with-cocoa --srgb emacs
- 新しい Emacs.app をアプリケーションに配置する。
$ cp -R /usr/local/Cellar/emacs/24.5/Emacs.app /Applications
~/.emacs ファイルの内容 †
C# モード †
C#を編集するための csharp-mode がある。
~/.emacs.d/lisp/ にlispファイルを配置する。