/reload-emacs.d

这个库不再使用,新的方式见https://github.com/crazycode/got-emacs.d.

Primary LanguageEmacs Lisp

Requirements

  • git 1.5 with submodule support

Install Step by Step

First Install

git clone git://github.com/crazycode/reload-emacs.d.git
cd reload-emacs.d
git submodule init
git submodule update
cp my-custom.el.sample my-custom.el
ln -s reload-emacs.d ~/.emacs.d

My System is Ubuntu / Emacs23, with font Yahei Consolas Hybrid.
You may need change ~/.emacs.d/my-custom.el to fit your system.

Update

cd ~/.emacs.d
git pull
git submodule update