This is a project which aims to revitalize Emacs by providing core-friendly changes for an improved out-of-the-box experience.
You can help, and you don't need to know a single bit of C! But how? Read on!
For Emacs to remain healthy sustainable for another 40+ years, we need to keep a critical mass of users and developers. To ensure this, we need to attract new users.
"Everyone" in the Emacs-verse seems to agree Emacs is the world's most powerful editor, yet other editors are seeing much higher adaptation than Emacs.
Emacs, despite all its power, does not impress out of the box. A user will need to know that:
While this isn't a problem for "senior" Emacs-users which are already customized left and right, this probably hinders adaptation by new users.
After a brief discussion with phillord and other's on #Emacs on Freenode, we agreed that to better attract new user, Emacs could benefit from an improved out of the box experience.
The standard reply to this issue has long been that it's good for a user to go through such a process, that a user should in fact do so, so they can find out how they can make their Emacs more productive for them. And if a user can't be bothered to do that, he probably won't "get" Emacs anyway, so no loss to us.
But is this really a productive attitude?
Looking at pretty much all other editors out which are seeing increased adaptation, they have a few things in common:
Seemingly the default "out of the box"-configuration seems to matter.
Basically, in 2017, the best the 1995 has to offer does not cut it as a default-experience. It's time we make some improvements.
The aim for this project is not to mimick a big "starter"-kit like prelude, but instead try to improve the out of the box experience by making small, core-friendly changes, so that these changes have a chance to be merged back mainline.
Such changes may for instance consist of:
defconst
, defvar
and setq
-statementsThere are numerous ways you can help this project:
Feel free to sign up as a contributor. A special issue has been reserved for this very purpose.
To evaluate the current setup you'll need to launch Emacs in a special way.
Do so by issuing the following commands:
git clone https://github.com/josteink/emacs-oob-reboot
cd emacs-oob-reboot
emacs -Q -l ./init.el
You are now running our "improved" Emacs default experience.
Submitting improvements should be easy:
.emacs
-file and find your essential customizations which you think should be a default.Did I forget anything? File an issue, file a PR. It's github. You know the rules :)