在Mac OS X下使用homebrew安裝Emacs

安裝Emacs

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

使用Emacs進行ruby開發

此部分未完,待續。bash

相關文章
相關標籤/搜索