emacs-prelude/README.md

98 lines
3.5 KiB
Markdown
Raw Normal View History

2014-05-26 19:06:52 +03:00
[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/bbatsov/donate)
[![Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/bbatsov)
2014-04-25 09:35:04 +03:00
2012-09-16 14:52:48 +03:00
Emacs Prelude
=============
2013-03-17 11:58:17 +02:00
Prelude is an Emacs distribution that aims to enhance the default
Emacs experience. Prelude alters a lot of the default settings,
bundles a plethora of additional packages and adds its own core
library to the mix. The final product offers an easy to use Emacs
configuration for Emacs newcomers and lots of additional power for
Emacs power users.
2011-10-08 00:55:49 +03:00
2018-07-10 09:01:24 +03:00
Prelude is compatible **ONLY with GNU Emacs 25.1+**. In general you're
advised to always run Prelude with the latest Emacs - currently
2018-07-10 09:01:24 +03:00
**26.1**.
2011-10-08 00:55:49 +03:00
2016-05-28 14:30:42 +03:00
You can support the development of Prelude via
2018-07-10 09:02:25 +03:00
[PayPal](https://www.paypal.me/bbatsov),
[Salt](https://bountysource.com/teams/prelude),
[Patreon](https://www.patreon.com/bbatsov) and
[Liberapay](https://liberapay.com/bbatsov/donate).
2016-05-28 14:30:42 +03:00
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/bbatsov/donate)
[![Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/bbatsov)
2016-05-28 14:30:42 +03:00
2012-09-16 14:52:48 +03:00
## Fast Forward
2012-02-17 15:07:54 +02:00
2017-12-29 20:02:10 +02:00
Assuming you're using an Unix-like OS (`*BSD`, `GNU/Linux`, `macOS`, `Solaris`,
2016-10-03 08:58:09 +03:00
etc), you already have Emacs 24.4+ installed, as well as `git` & `curl` you
2012-02-17 15:07:54 +02:00
can skip the whole manual and just type in your favorite shell the
following command:
2012-09-16 13:16:37 +03:00
```bash
curl -L https://git.io/epre | sh
2012-09-16 13:16:37 +03:00
```
2012-02-17 15:14:32 +02:00
You can now power up your Emacs, sit back and enjoy Prelude,
forgetting about the rest of this manual.
2012-02-17 15:07:54 +02:00
There are two environment variables you can use to control the
source repository and the installation directory. To change the
2012-06-08 22:00:32 +03:00
installation directory:
2012-09-16 13:16:37 +03:00
```bash
export PRELUDE_INSTALL_DIR="$HOME/.emacs.d" && curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
2012-09-16 13:16:37 +03:00
```
2012-06-08 22:00:32 +03:00
To change the source repository:
2012-09-16 13:16:37 +03:00
```bash
export PRELUDE_URL="https://github.com/yourname/prelude.git" && curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
2012-09-16 13:16:37 +03:00
```
Note that the installer will back up any existing `.emacs` file or
`.emacs.d` since it will unpack Prelude's code in `.emacs.d`. If
you're doing a manual install make sure you don't have a `.emacs` file
or back up your existing `.emacs.d` directory manually.
Don't forget to adjust your `prelude-modules.el` file in your personal directory
once the installation is done. By default most of the modules
that ship with Prelude are not loaded.
2019-01-16 15:06:45 +02:00
## User Manual
Check out our [user manual](https://prelude.emacsredux.com) for more information.
2012-09-16 14:52:48 +03:00
## Known issues
2011-10-08 00:55:49 +03:00
2012-02-27 12:20:54 +02:00
Check out the project's
2012-04-17 20:23:53 +03:00
[issue list](https://github.com/bbatsov/prelude/issues?sort=created&direction=desc&state=open)
2012-02-27 12:20:54 +02:00
a list of unresolved issues. By the way - feel free to fix any of them
2012-09-16 13:16:37 +03:00
and send me a pull request. :-)
2012-02-17 15:07:54 +02:00
## Support
Support is available via several channels:
2014-05-10 14:59:44 +03:00
* Prelude's Google Group <emacs-prelude@googlegroups.com>
* Prelude's Freenode channel (`#prelude-emacs`)
* [Gitter](https://gitter.im/bbatsov/prelude)
2018-04-03 11:00:45 +03:00
2012-09-16 14:52:48 +03:00
## Contributors
2012-02-17 15:07:54 +02:00
2012-04-17 20:23:53 +03:00
Here's a [list](https://github.com/bbatsov/prelude/contributors) of all the people who have contributed to the
2012-02-17 15:07:54 +02:00
development of Emacs Prelude.
2011-10-08 00:55:49 +03:00
2012-09-16 14:52:48 +03:00
## Bugs & Improvements
Bug reports and suggestions for improvements are always
2012-09-16 13:16:37 +03:00
welcome. GitHub pull requests are even better! :-)
2011-10-08 00:55:49 +03:00
2012-09-16 13:16:37 +03:00
Cheers,<br/>
2013-02-27 18:54:17 +02:00
[Bozhidar](https://twitter.com/bbatsov)
2014-05-26 19:06:52 +03:00
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg