diff --git a/README.md b/README.md index ea693eb..c279576 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ ``` - _____ ____ _ _ -| ____|_ __ ___ __ _ ___ ___ | _ \ _ __ ___| |_ _ __| | ___ -| _| | '_ ` _ \ / _` |/ __/ __| | |_) | '__/ _ \ | | | |/ _` |/ _ \ -| |___| | | | | | (_| | (__\__ \ | __/| | | __/ | |_| | (_| | __/ -|_____|_| |_| |_|\__,_|\___|___/ |_| |_| \___|_|\__,_|\__,_|\___| + ____ _ _ +| _ \ _ __ ___| |_ _ __| | ___ +| |_) | '__/ _ \ | | | |/ _` |/ _ \ +| __/| | | __/ | |_| | (_| | __/ +|_| |_| \___|_|\__,_|\__,_|\___| ``` -## Prelude - Emacs is probably the best text editor in the world. However, the process of coming up with a useful Emacs configuration is long and difficult. It's this process that separates you from truly taking @@ -38,7 +36,18 @@ You can now power up your Emacs, sit back and enjoy Prelude. ## Would you like to know more? -Check out the [Prelude's project page](http://batsov.com/prelude). +Check out the [Prelude's project page](http://batsov.com/prelude) for +all the gory details. + +If you're looking for more info on Emacs in general - consult +[WikEmacs](http://wikemacs.org). + +## More goodies + +The [Prelude Modules](https://github.com/bbatsov/prelude-modules) +projects contains a lot of additional packages for Prelude +(installable via the `package-list-packages`) - enhanced programming +modes configs, latex config, erc config, etc. ## Known issues @@ -55,11 +64,7 @@ development of Emacs Prelude. ## Bugs & Improvements Bug reports and suggestions for improvements are always -welcome. github pull requests are even better! :-) - -I'd like to include a nice variety of Emacs 24 themes into Prelude - -so if you've developed (or simply found) one - give me a shout and -I'll take a look at it. +welcome. GitHub pull requests are even better! :-) Cheers,
Bozhidar