Skip to content

Commit

Permalink
Update the readme with project references
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbeeman committed Feb 20, 2012
1 parent 4bdf189 commit 362cced
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions README.md
@@ -1,7 +1,22 @@
Much of this is lifted from the core of emacs-prelude (https://github.com/bbatsov/emacs-prelude) but it's also dramatically simplified.
# Description

Installation / setup:
A bit of the concept and structure for this config is lifted from the core of
emacs-prelude (https://github.com/bbatsov/emacs-prelude) but it's also
dramatically simplified.

* Clone this repository
* `git submodule init`
* `git submodule update`
This is currently built against [Emacs 24 pre-release on OS X](http://emacsformacosx.com/).

# Current features

* Very basic configuration of Emacs environment
* Zenburn theme
* [php-mode](https://github.com/ejmr/php-mode)
* [drupal-mode](https://github.com/jrbeeman/drupal-mode)
* [js2-mode](http://github.com/mooz/js2-mode)
* [markdown-mode](http://jblevins.org/projects/markdown-mode/)

# Installation / setup

* Clone this repository
* `git submodule init`p
* `git submodule update`

0 comments on commit 362cced

Please sign in to comment.