2014-04-01から1ヶ月間の記事一覧

Installing Emacs with Homebrew #Mavericks

Homebrew で Emacs をインストールした時の作業メモ Install $ brew install --cocoa --srgb --with-gnutls --japanese emacs $ sudo ln -s /usr/local/Cellar/emacs/24.3/Emacs.app /Applications/Emacs.app GUI な Emacs も使うことがあるので、/Applicati…

Vagrant 用仮想マシン (box) の VirtualBox Guest Additions のバージョンアップ (vagrant-vbguest)

VirtualBox のバージョンアップが結構頻繁に行われるので、box の Guest Additions のバージョンと VirtualBox 本体のバージョンがずれてしまいます。 その度に box を作りなおしたり、起動した仮想マシンで手動バージョンアップするのも面倒なので、vagrant…