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.

44 lines
1.7 KiB

  1. # Emacs Prelude
  2. Prelude is an Emacs distribution that aims to enhance the default
  3. Emacs experience. Prelude alters a lot of the default settings,
  4. bundles a plethora of additional packages and adds its own core
  5. library to the mix. The final product offers an easy to use Emacs
  6. configuration for Emacs newcomers and lots of additional power for
  7. Emacs power users.
  8. !!! Important
  9. Prelude is compatible **ONLY with GNU Emacs 25.1+**. In general you're
  10. advised to always run Prelude with the latest Emacs - currently **26.1**.
  11. You can support the development of Prelude via
  12. [PayPal](https://www.paypal.me/bbatsov),
  13. [Salt](https://bountysource.com/teams/prelude),
  14. [Patreon](https://www.patreon.com/bbatsov) and
  15. [Liberapay](https://liberapay.com/bbatsov/donate).
  16. ## Philosophy
  17. Prelude's philosophy is quite simple:
  18. * simple
  19. * easy to understand and extend
  20. * stable
  21. * a foundation for you to build upon, as opposed to some end-user product
  22. This means that it intentionally doesn't pack all the bells and whistles that it could.
  23. Prelude aims to enhance the classic Emacs experience without deviating a lot from it - e.g.
  24. it would never enable something like `evil-mode` (vim keybindings) by default and so on.
  25. All the third-party packages that it bundles are carefully vetted and are known to be of
  26. good quality and to have reliable maintainers. That generally means that Prelude's unlikely
  27. to immediate adopt some shiny new package, that has established tried and true alternatives.
  28. ## Features
  29. * Improved UX, that's still in line with Emacs traditions
  30. * Sane defaults of baseline Emacs functionality
  31. * A curated set of 3rd party packages to enhance the base functionality
  32. * Simple modular architecture
  33. * Easy customization