diff options
author | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-09-08 09:54:43 -0600 |
---|---|---|
committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-09-08 09:57:36 -0600 |
commit | ba82e2693832e8a502d336bd1505c856e61581c7 (patch) | |
tree | b37c783c544fdffcfac83f2a9e03748569b0006c /README.md | |
parent | f4f88ea6ac2affdac4246b9e6a6a4ec3fdeb92f5 (diff) |
Add a bunch of screenshots and GIFs and movies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -55,7 +55,38 @@ Once you're happy, you should just copy `init.el` and `early-init.el` to `~/.ema ## Screenshots +What you should see on opening Emacs up with Bedrock installed: a simple splash screen, [modus-vivendi](https://protesilaos.com/emacs/modus-themes) active, and the `help-quick` display at the bottom. + + +Basic code editing: line numbers and `hl-line-mode`. + + + +`which-key` package in action: hit `C-x` and wait for a second to get a pop-up window of what all next available keybindings are. + + + +[Movie of `which-key` in motion](screenshots/which_key.mov) + +Basic completion: hit `TAB` twice to pull up the `*Completions*` buffer, then `TAB` once again to automatically put the cursor into that buffer. (Configurable to pull up and auto-select faster, of course, but this behaves closer to the stock Emacs experience.) + + + +Basic completion interface in action. + + + +[Movie of the completion interface in action](screenshots/basic_completion.mov) + +A bunch of bells and whistles: + + - Vertico completion framework enabled (`base.el` extra) + - Consult enabled for buffer-switching preview (`base.el` extra) + - Corfu completion-at-point enabled (`base.el` extra) + - Smooth scrolling (enabled by default) + +[Movie of all the bells and whistles turned on](screenshots/everything_demo.mov) ## Extras |