[Docs] Misc small changes
This commit is contained in:
parent
7a7060c3c0
commit
0d87d503a4
2 changed files with 14 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Contributing
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
Report issues and suggest features and improvements on the
|
Report issues and suggest features and improvements on the
|
||||||
|
@ -50,5 +52,6 @@ If you want to make changes to the manual's page structure you'll have to edit
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
You can support the development of Prelude via
|
You can support the development of Prelude via
|
||||||
|
[GitHub Sponsors](https://github.com/sponsors/bbatsov),
|
||||||
[PayPal](https://www.paypal.me/bbatsov) and
|
[PayPal](https://www.paypal.me/bbatsov) and
|
||||||
[Patreon](https://www.patreon.com/bbatsov).
|
[Patreon](https://www.patreon.com/bbatsov).
|
||||||
|
|
19
doc/index.md
19
doc/index.md
|
@ -10,12 +10,21 @@ Emacs power users.
|
||||||
!!! Important
|
!!! Important
|
||||||
|
|
||||||
Prelude is compatible **ONLY with GNU Emacs 25.1+**. In general you're
|
Prelude is compatible **ONLY with GNU Emacs 25.1+**. In general you're
|
||||||
advised to always run Prelude with the latest Emacs - currently **26.1**.
|
advised to always run Prelude with the latest Emacs - currently **26.3**.
|
||||||
|
|
||||||
You can support the development of Prelude via
|
You can support the development of Prelude via
|
||||||
|
[GitHub Sponsors](https://github.com/sponsors/bbatsov),
|
||||||
[PayPal](https://www.paypal.me/bbatsov) and
|
[PayPal](https://www.paypal.me/bbatsov) and
|
||||||
[Patreon](https://www.patreon.com/bbatsov).
|
[Patreon](https://www.patreon.com/bbatsov).
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Improved UX, that's still in line with Emacs traditions
|
||||||
|
* Sane defaults of baseline Emacs functionality
|
||||||
|
* A curated set of 3rd party packages to enhance the base functionality
|
||||||
|
* Simple modular architecture
|
||||||
|
* Easy customization
|
||||||
|
|
||||||
## Philosophy
|
## Philosophy
|
||||||
|
|
||||||
Prelude's philosophy is quite simple:
|
Prelude's philosophy is quite simple:
|
||||||
|
@ -32,11 +41,3 @@ it would never enable something like `evil-mode` (vim keybindings) by default an
|
||||||
All the third-party packages that it bundles are carefully vetted and are known to be of
|
All the third-party packages that it bundles are carefully vetted and are known to be of
|
||||||
good quality and to have reliable maintainers. That generally means that Prelude's unlikely
|
good quality and to have reliable maintainers. That generally means that Prelude's unlikely
|
||||||
to immediate adopt some shiny new package, that has established tried and true alternatives.
|
to immediate adopt some shiny new package, that has established tried and true alternatives.
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
* Improved UX, that's still in line with Emacs traditions
|
|
||||||
* Sane defaults of baseline Emacs functionality
|
|
||||||
* A curated set of 3rd party packages to enhance the base functionality
|
|
||||||
* Simple modular architecture
|
|
||||||
* Easy customization
|
|
||||||
|
|
Loading…
Reference in a new issue