Mac OS X にインラインパッチの当たった Emacs を Homebrew でインストール
先ほど Homebrew のアップデートをしたところ Emacs が使えなくなりました。 古い Emacs が削除されてリンク先が消滅したのが原因でした。 これはいい機会?と思い最新の Emacs 24.3 を使うことにします。
まず今入っている Emacs を削除します。
$ brew remove emacs
インラインパッチを当てます。
$ brew edit emacs
下記コードを加えましょう。
|
|
Emacs をインストールします。
$ brew install emacs --cocoa --use-git-head
シンボリックリンクを張ります。
$ ln -s /usr/local/Cellar/emacs/24.3/Emacs.app /Applications
以上となります。
参考
Author
LastMod 2013-05-18