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 | |
parent | f4f88ea6ac2affdac4246b9e6a6a4ec3fdeb92f5 (diff) |
Add a bunch of screenshots and GIFs and movies
-rw-r--r-- | README.md | 31 | ||||
-rw-r--r-- | screenshots/basic_builtin_completion.png | bin | 0 -> 800917 bytes | |||
-rw-r--r-- | screenshots/basic_code_editing.png | bin | 0 -> 771534 bytes | |||
-rw-r--r-- | screenshots/basic_completion.gif | bin | 0 -> 1660996 bytes | |||
-rw-r--r-- | screenshots/basic_completion.mov | bin | 0 -> 4884037 bytes | |||
-rw-r--r-- | screenshots/basic_org_tab_bar.png | bin | 0 -> 781202 bytes | |||
-rw-r--r-- | screenshots/basic_splash.png | bin | 0 -> 747448 bytes | |||
-rw-r--r-- | screenshots/everything_demo.mov | bin | 0 -> 20436913 bytes | |||
-rw-r--r-- | screenshots/which_key.gif | bin | 0 -> 846638 bytes | |||
-rw-r--r-- | screenshots/which_key.mov | bin | 0 -> 2304895 bytes |
10 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 diff --git a/screenshots/basic_builtin_completion.png b/screenshots/basic_builtin_completion.png Binary files differnew file mode 100644 index 0000000..3e719e1 --- /dev/null +++ b/screenshots/basic_builtin_completion.png diff --git a/screenshots/basic_code_editing.png b/screenshots/basic_code_editing.png Binary files differnew file mode 100644 index 0000000..8ff60b4 --- /dev/null +++ b/screenshots/basic_code_editing.png diff --git a/screenshots/basic_completion.gif b/screenshots/basic_completion.gif Binary files differnew file mode 100644 index 0000000..f975e03 --- /dev/null +++ b/screenshots/basic_completion.gif diff --git a/screenshots/basic_completion.mov b/screenshots/basic_completion.mov Binary files differnew file mode 100644 index 0000000..368430e --- /dev/null +++ b/screenshots/basic_completion.mov diff --git a/screenshots/basic_org_tab_bar.png b/screenshots/basic_org_tab_bar.png Binary files differnew file mode 100644 index 0000000..e81bc65 --- /dev/null +++ b/screenshots/basic_org_tab_bar.png diff --git a/screenshots/basic_splash.png b/screenshots/basic_splash.png Binary files differnew file mode 100644 index 0000000..2777949 --- /dev/null +++ b/screenshots/basic_splash.png diff --git a/screenshots/everything_demo.mov b/screenshots/everything_demo.mov Binary files differnew file mode 100644 index 0000000..c3fabd0 --- /dev/null +++ b/screenshots/everything_demo.mov diff --git a/screenshots/which_key.gif b/screenshots/which_key.gif Binary files differnew file mode 100644 index 0000000..088ae23 --- /dev/null +++ b/screenshots/which_key.gif diff --git a/screenshots/which_key.mov b/screenshots/which_key.mov Binary files differnew file mode 100644 index 0000000..8b3129d --- /dev/null +++ b/screenshots/which_key.mov |