Emacs config utilizing prelude as a base
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Emacs Prelude
## Prelude
Emacs is probably the best text edtitor in the world. However, theprocess of coming up with a useful Emacs configuration is long anddifficult. It's this process that separates you from truly takingadvantage of Emacs's power. I like to refer to this process as the**Prelude**. The **Emacs Prelude** has the goal to ease the initialEmacs setup process and to provide you with a much more moreful andproductive experience that you get out of the box. By using **EmacsPrelude** you're basically getting a "Get me out of the Prelude, Ijust want to use Emacs" card.
Emacs Prelude is compatible **ONLY with GNU Emacs 24**. While Emacs 24is not yet officially released it's a rock solid piece of softwaremore than suitable for everyday work. There is no good excuse not touse Emacs 24!
Emacs Prelude is not the only reusable Emacs config out there - theEmacs Starter Kit is fairly popular and there is the Emacs Dev Kitthat I used to maintain. I've decided to abandon the Emacs Dev Kit forthe Emacs Prelude for two reasons - the unfortunate choice a name (toosimilar to Emacs Starter Kit) and the totally new philosophy I have instore for the Prelude.
## Enhanced language support
## Additional programming languages support
* Clojure* CoffeeScript* Haskell
## Additional markup languages support
* Markdown* Sass* Haml* Yaml
## Misc
**Emacs Prelude** uses by default the Zenburn color theme (a personalpreference of me and many other hackers), but you can easily disable(or replace) it.
## Installation
git clone git://github.com/bbatsov/emacs-prelude.git path/to/local/repo ln -s path/to/local/repo ~/.emacs.d
## Running
Nothing fancy here. Just start Emacs as usual. Personally I run Emacsin daemon mode:
`emacs --daemon`
Afterwards I connect to the server with either a terminal or a GUIclient like this:
emacsclient -t emacsclient -c
## Known issues
None so far.
## Bugs & Improvements
Bug reports and suggestions for improvements are always welcome. github pull request are even better! ;-)
Bozhidar
|