minor update
This commit is contained in:
parent
c6213b77bb
commit
7dc48bdb61
1 changed files with 5 additions and 1 deletions
|
@ -153,6 +153,10 @@ The following list will be expanded greatly in the future.
|
||||||
git clone git://github.com/bbatsov/emacs-prelude.git path/to/local/repo
|
git clone git://github.com/bbatsov/emacs-prelude.git path/to/local/repo
|
||||||
ln -s path/to/local/repo ~/.emacs.d
|
ln -s path/to/local/repo ~/.emacs.d
|
||||||
|
|
||||||
|
You might have to install the `make` and `makeinfo` packages if you
|
||||||
|
don't have them already, since the build of some packages obtained via
|
||||||
|
`el-get` might require them.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
Nothing fancy here. Just start Emacs as usual. Personally I run Emacs
|
Nothing fancy here. Just start Emacs as usual. Personally I run Emacs
|
||||||
|
@ -176,7 +180,7 @@ automatically be Prelude on startup.
|
||||||
Avoid modifying the Prelude config itself - this will make it hard for
|
Avoid modifying the Prelude config itself - this will make it hard for
|
||||||
you to receive automatic updates in the future.
|
you to receive automatic updates in the future.
|
||||||
|
|
||||||
## Caveats & Pitfall
|
## Caveats & Pitfalls
|
||||||
|
|
||||||
### No arrow navigation in editor buffers
|
### No arrow navigation in editor buffers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue