All Projects → bbatsov → Prelude

bbatsov / Prelude

Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.

Programming Languages

emacs lisp
2029 projects
shell
77523 projects

Projects that are alternatives of or similar to Prelude

Poet
An emacs theme that's well suited for modes using variable pitch: particularly org-mode and markdown-mode.
Stars: ✭ 425 (-91.02%)
Mutual labels:  emacs
Anki Editor
Emacs minor mode for making Anki cards with Org
Stars: ✭ 453 (-90.43%)
Mutual labels:  emacs
Spacemacs Private
My Spacemacs config
Stars: ✭ 480 (-89.86%)
Mutual labels:  emacs
Sublimity
Smooth-scrolling and minimap like sublime editor
Stars: ✭ 430 (-90.92%)
Mutual labels:  emacs
Spacemacs
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Stars: ✭ 21,906 (+362.64%)
Mutual labels:  emacs
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+10.48%)
Mutual labels:  emacs
Ewig
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
Stars: ✭ 422 (-91.09%)
Mutual labels:  emacs
Elsa
Emacs Lisp Static Analyzer
Stars: ✭ 485 (-89.76%)
Mutual labels:  emacs
Vim Practice
💘 Vim is awesome! Here is my practice and study log.
Stars: ✭ 452 (-90.45%)
Mutual labels:  emacs
Emacs 101 Beginner Survival Guide
Emacs 101 新手求生指南 - 一本讓你學 Emacs 不再學得靠北靠母的美好的新手求生指南
Stars: ✭ 472 (-90.03%)
Mutual labels:  emacs
Org Roam Server
A Web Application to Visualize the Org-Roam Database
Stars: ✭ 443 (-90.64%)
Mutual labels:  emacs
Frontmacs
Package-based, web-centric, customizable, awesome-by-default, acceptance-tested Emacs distribution
Stars: ✭ 445 (-90.6%)
Mutual labels:  emacs
Quelpa
Build and install your Emacs Lisp packages on-the-fly directly from source
Stars: ✭ 455 (-90.39%)
Mutual labels:  emacs
Emacs4developers
A document to help developers to use Emacs as a developer
Stars: ✭ 430 (-90.92%)
Mutual labels:  emacs
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (-89.8%)
Mutual labels:  emacs
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (-91.11%)
Mutual labels:  emacs
Helm Dash
Browse Dash docsets inside emacs
Stars: ✭ 455 (-90.39%)
Mutual labels:  emacs
Portacle
A portable common lisp development environment
Stars: ✭ 494 (-89.57%)
Mutual labels:  emacs
Remacs
Rust ❤️ Emacs
Stars: ✭ 4,503 (-4.9%)
Mutual labels:  emacs
Emacs Color Themes
A collection of custom themes for Emacs. All the themes are named after famous programmers.
Stars: ✭ 469 (-90.1%)
Mutual labels:  emacs

License GPL 3 Patreon

Emacs Prelude

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.

Prelude is compatible ONLY with GNU Emacs 25.1+. In general you're advised to always run Prelude with the latest stable Emacs release.

You can support the development of Prelude via GitHub Sponsors, ko-fi, PayPal and Patreon.

Features

  • Improved UX, that's still in line with Emacs traditions
  • Sane defaults of baseline Emacs functionality
  • Automatic installation of many major programming modes on demand
  • A curated set of 3rd party packages to enhance the base functionality
  • Simple modular architecture
  • Easy customization

Check out our user manual for more information.

Fast Forward

Assuming you're using an Unix-like OS (*BSD, GNU/Linux, macOS, Solaris, etc), you already have a recent version of Emacs installed, as well as git & curl you can skip the whole manual and just type in your favorite shell the following command:

$ curl -L https://git.io/epre | sh

You can now power up your Emacs, sit back and enjoy Prelude.

There are two environment variables you can use to control the source repository and the installation directory. To change the installation directory:

$ export PRELUDE_INSTALL_DIR="$HOME/.emacs.d" && curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh

To change the source repository:

$ export PRELUDE_URL="https://github.com/yourname/prelude.git" && curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh

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.

Important: 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.

Philosophy

Prelude's philosophy is quite simple:

  • simple
  • easy to understand and extend
  • stable
  • a foundation for you to build upon, as opposed to some end-user product

This means that it intentionally doesn't pack all the bells and whistles that it could. Prelude aims to enhance the classic Emacs experience without deviating a lot from it - e.g. it would never enable something like evil-mode (vim keybindings) by default and so on.

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 to immediate adopt some shiny new package, that has established tried and true alternatives.

In practice this translates to the following:

  • Prelude is less opinionated than distros like Spacemacs and Doom Emacs (meaning it's closer to the standard Emacs experience)
  • Prelude installs relatively few additional packages by default
  • Most modules in Prelude are opt-in instead of opt-out (you'll notice the default config enables only a handful of modules)
  • Most modules (e.g. modules for programming languages) are pretty short and feature setup only for essential packages (in some cases that be just the major mode for the language in question)
  • You don't really need to track Prelude's upstream - you're encouraged to just fork it and use it as the basis for your own configuration.

Remember that the ultimate goal of every Emacs user is to create an Emacs setup that reflects their own experience, needs, goals and ideas. Just like Lisp, Emacs is nothing but a raw building material for the perfect editing experience.

More installation options are discussed here.

User Manual

While Emacs Prelude is pretty simple at its core, it does have some specifics that are worth learning - e.g. configuration options, load order of modules and personal settings and so on.

Check out our user manual for more information.

You can also find a lot of information about specific Prelude features and the rationale behind them on my Emacs blog Emacs Redux.

crux and super-save

A lot of utility commands that used to be part of Prelude were eventually extracted to the crux package, so they'd be easily available to more people. These days Prelude simply depends on that package.

The super-save package also used to be part of Prelude in the past.

Known issues

Check out the project's issue list a list of unresolved issues. By the way - feel free to fix any of them and send me a pull request. :-)

Support

Support is available via several channels:

Contributors

Here's a list of all the people who have contributed to the development of Emacs Prelude.

Bugs & Improvements

Bug reports and suggestions for improvements are always welcome. GitHub pull requests are even better! :-)

License

Copyright © 2011-2021 Bozhidar Batsov and contributors.

Distributed under the GNU General Public License, version 3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].