- 更新: 24.5 -> 25.1
(Emacs25.1)
通常の Emacs.app をインストール方法
$ brew update $ brew install emacs --cocoa $ brew linkapps
インラインパッチ当たってないので入れ直す
$ brew uninstall emacs
emacs 削除して inlain-path あてるように formula 書き換える
$ brew edit emacs
6行目の sha256 "...
の下に
patch :p1 do url "https://raw.githubusercontent.com/suzuki/emacs-inline-patch/master/emacs-inline.patch" end depends_on "autoconf" => :build depends_on "automake" => :build
$ brew install emacs --with-cocoa --with-gnutls $ brew linkapps emacs
/usr/local/Cellar/emacs/25.1/Emacs.app
おまけ1;環境パス的なやつ
(let ((path "/usr/local/bin/")) (setq exec-path (cons path exec-path)) (setenv "PATH" (concat (concat path path-separator) (getenv "PATH"))) ) (setenv "PYTHONPATH" "/usr/local/lib/python2.7/site-packages")
おまけ2:Alfred で Emacs を表示する
絞り込んでも Emacs.app が表示されないので設定をいじる。
Alfredの設定 Features -> Search Scope
ダイアログ開いたら Shift+Command+G
でディレクトリパスを追加
/usr/local/Cellar/emacs/25.1/
で Alfred で絞り込むと Emacs
が表示される