Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:larrywright/emacs
  • Loading branch information
larrywright committed Sep 6, 2010
2 parents 9b33eba + 18dd40e commit 58b3e27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.textile
Expand Up @@ -8,18 +8,18 @@ cd into ~/.emacs.d/

Run the following commands:

git submodule init
git submodule update
git submodule init
git submodule update

The rinari submodule in vendor/rinari has submodules of it's own, so we need to repeat the process:

cd vendor/rinari
git submodule init
git submodule update
cd vendor/rinari
git submodule init
git submodule update

Finally, create a file called ~/.emacs and place the following two lines in it:

(add-to-list 'load-path "~/.emacs.d")
(load "~/.emacs.d/init.el")
(add-to-list 'load-path "~/.emacs.d")
(load "~/.emacs.d/init.el")

You can put local configurations in config/custom.el. Any passwords should go in ~/.emacs.d/.passwords. Both of these files are ignored by Git.

0 comments on commit 58b3e27

Please sign in to comment.