Add a welcome screen on startup#1457
Merged
Merged
Conversation
bbatsov
force-pushed
the
prelude-welcome-screen
branch
2 times, most recently
from
July 20, 2026 05:18
d6d2a6e to
0ebb6e3
Compare
New core prelude-welcome buffer (on by default via the prelude-welcome-screen option, skipped when Emacs opens files) with an ASCII banner, getting-started links, recent files, projects, bookmarks and a tip. Reopen with M-x prelude-welcome.
bbatsov
force-pushed
the
prelude-welcome-screen
branch
from
July 20, 2026 05:27
0ebb6e3 to
f0b5bdf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prelude now greets you with a proper welcome screen instead of only flashing a tip in the echo area. It's aimed at making Prelude more approachable, especially for newcomers, and graduates the existing
prelude-tipsmechanism into something you actually see.It shows an ASCII banner, then the things people most need up front: where their personal config lives, how to enable modules, and a link to the manual, plus quick access to recent files, known projects and bookmarks, and a rotating tip. Everything is clickable, TAB/S-TAB move between links,
grefreshes,qburies it.On by default, but skipped automatically when Emacs is launched to open specific files (
emacs foo.rb), and controlled by a newprelude-welcome-screenoption. Reopen it any time withM-x prelude-welcome.