aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-09-08 09:54:43 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-09-08 09:57:36 -0600
commitba82e2693832e8a502d336bd1505c856e61581c7 (patch)
treeb37c783c544fdffcfac83f2a9e03748569b0006c
parentf4f88ea6ac2affdac4246b9e6a6a4ec3fdeb92f5 (diff)
Add a bunch of screenshots and GIFs and movies
-rw-r--r--README.md31
-rw-r--r--screenshots/basic_builtin_completion.pngbin0 -> 800917 bytes
-rw-r--r--screenshots/basic_code_editing.pngbin0 -> 771534 bytes
-rw-r--r--screenshots/basic_completion.gifbin0 -> 1660996 bytes
-rw-r--r--screenshots/basic_completion.movbin0 -> 4884037 bytes
-rw-r--r--screenshots/basic_org_tab_bar.pngbin0 -> 781202 bytes
-rw-r--r--screenshots/basic_splash.pngbin0 -> 747448 bytes
-rw-r--r--screenshots/everything_demo.movbin0 -> 20436913 bytes
-rw-r--r--screenshots/which_key.gifbin0 -> 846638 bytes
-rw-r--r--screenshots/which_key.movbin0 -> 2304895 bytes
10 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
index b1a2cc1..c6514a5 100644
--- a/README.md
+++ b/README.md
@@ -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.
+![Emacs using Bedrock configuration showing the splash screen with the quick help at the bottom](screenshots/basic_splash.png)
+
+Basic code editing: line numbers and `hl-line-mode`.
+
+![Editing the source code of Emacs Bedrock's init.el file while using Bedrock configuration](screenshots/basic_code_editing.png)
+
+`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.
+
+![Which key package in motion](screenshots/which_key.gif)
+
+[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.)
+
+![Still from the built-in completion interface, new with Emacs 29.1](screenshots/basic_builtin_completion.png)
+
+Basic completion interface in action.
+
+![GIF of the completion interface in action](screenshots/basic_completion.gif)
+
+[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
diff --git a/screenshots/basic_builtin_completion.png b/screenshots/basic_builtin_completion.png
new file mode 100644
index 0000000..3e719e1
--- /dev/null
+++ b/screenshots/basic_builtin_completion.png
Binary files differ
diff --git a/screenshots/basic_code_editing.png b/screenshots/basic_code_editing.png
new file mode 100644
index 0000000..8ff60b4
--- /dev/null
+++ b/screenshots/basic_code_editing.png
Binary files differ
diff --git a/screenshots/basic_completion.gif b/screenshots/basic_completion.gif
new file mode 100644
index 0000000..f975e03
--- /dev/null
+++ b/screenshots/basic_completion.gif
Binary files differ
diff --git a/screenshots/basic_completion.mov b/screenshots/basic_completion.mov
new file mode 100644
index 0000000..368430e
--- /dev/null
+++ b/screenshots/basic_completion.mov
Binary files differ
diff --git a/screenshots/basic_org_tab_bar.png b/screenshots/basic_org_tab_bar.png
new file mode 100644
index 0000000..e81bc65
--- /dev/null
+++ b/screenshots/basic_org_tab_bar.png
Binary files differ
diff --git a/screenshots/basic_splash.png b/screenshots/basic_splash.png
new file mode 100644
index 0000000..2777949
--- /dev/null
+++ b/screenshots/basic_splash.png
Binary files differ
diff --git a/screenshots/everything_demo.mov b/screenshots/everything_demo.mov
new file mode 100644
index 0000000..c3fabd0
--- /dev/null
+++ b/screenshots/everything_demo.mov
Binary files differ
diff --git a/screenshots/which_key.gif b/screenshots/which_key.gif
new file mode 100644
index 0000000..088ae23
--- /dev/null
+++ b/screenshots/which_key.gif
Binary files differ
diff --git a/screenshots/which_key.mov b/screenshots/which_key.mov
new file mode 100644
index 0000000..8b3129d
--- /dev/null
+++ b/screenshots/which_key.mov
Binary files differ