rm /usr/bin/emacs rm -rf /usr/share/emacs brew install emacs --cocoa --srgb --with-x ln -s /usr/local/Cellar/emacs/24.3/Emacs.app /Applications/
其中--cocoa
選項爲編譯cocoa版本的emacs(即帶有GUI),--srgb
選項爲啓用sRGB顏色支持,--with-x
選項用於啓用對於X11環境的支持。ruby
此部分未完,待續。bash