From 3510b0bcf7815b216dfc8ccb0569f36cbd4ec947 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 12 Feb 2025 06:55:43 +0000 Subject: Rework screenshots --- README.md | 8 ++++---- screenshots/basic_builtin_completion.png | Bin 800917 -> 0 bytes screenshots/basic_code_editing.png | Bin 771534 -> 0 bytes screenshots/basic_completion.gif | Bin 1660996 -> 0 bytes screenshots/basic_completion.mov | Bin 4884037 -> 0 bytes screenshots/basic_org_tab_bar.png | Bin 781202 -> 0 bytes screenshots/basic_splash.png | Bin 747448 -> 0 bytes screenshots/everything_demo.mov | Bin 20436913 -> 0 bytes screenshots/substrate-editing.png | Bin 0 -> 130657 bytes screenshots/substrate-home-screen.png | Bin 0 -> 119866 bytes screenshots/which_key.gif | Bin 846638 -> 0 bytes screenshots/which_key.mov | Bin 2304895 -> 0 bytes 12 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 screenshots/basic_builtin_completion.png delete mode 100644 screenshots/basic_code_editing.png delete mode 100644 screenshots/basic_completion.gif delete mode 100644 screenshots/basic_completion.mov delete mode 100644 screenshots/basic_org_tab_bar.png delete mode 100644 screenshots/basic_splash.png delete mode 100644 screenshots/everything_demo.mov create mode 100644 screenshots/substrate-editing.png create mode 100644 screenshots/substrate-home-screen.png delete mode 100644 screenshots/which_key.gif delete mode 100644 screenshots/which_key.mov diff --git a/README.md b/README.md index 094c4e6..961aeca 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ To install emacs-substrate, clone this repository somewhere, then create the fol ## 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. +What you should see on opening Emacs up with Substrate 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) +![Emacs using Substrate configuration showing the splash screen with the quick help at the bottom](screenshots/substrate-home-screen.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) +![Editing the source code of Emacs Substrate's substrate.el file while using Substrate configuration](screenshots/substrate-editing.png) ## Philosophy @@ -54,7 +54,7 @@ TODO Emacs 29.1 or later. -Emacs 29.1 is, as of 2023-09-04, the latest stable release. The specific features from Emacs 29.1 that Bedrock relies on are: +Emacs 29.1 is, as of 2023-09-04, the latest stable release. The specific features from Emacs 29.1 that Substrate relies on are: - The `use-package` macro for configuration - Enhancements to the built-in completion help (`completions-auto-select`, `completion-auto-help`, etc.) diff --git a/screenshots/basic_builtin_completion.png b/screenshots/basic_builtin_completion.png deleted file mode 100644 index 3e719e1..0000000 Binary files a/screenshots/basic_builtin_completion.png and /dev/null differ diff --git a/screenshots/basic_code_editing.png b/screenshots/basic_code_editing.png deleted file mode 100644 index 8ff60b4..0000000 Binary files a/screenshots/basic_code_editing.png and /dev/null differ diff --git a/screenshots/basic_completion.gif b/screenshots/basic_completion.gif deleted file mode 100644 index f975e03..0000000 Binary files a/screenshots/basic_completion.gif and /dev/null differ diff --git a/screenshots/basic_completion.mov b/screenshots/basic_completion.mov deleted file mode 100644 index 368430e..0000000 Binary files a/screenshots/basic_completion.mov and /dev/null differ diff --git a/screenshots/basic_org_tab_bar.png b/screenshots/basic_org_tab_bar.png deleted file mode 100644 index e81bc65..0000000 Binary files a/screenshots/basic_org_tab_bar.png and /dev/null differ diff --git a/screenshots/basic_splash.png b/screenshots/basic_splash.png deleted file mode 100644 index 2777949..0000000 Binary files a/screenshots/basic_splash.png and /dev/null differ diff --git a/screenshots/everything_demo.mov b/screenshots/everything_demo.mov deleted file mode 100644 index c3fabd0..0000000 Binary files a/screenshots/everything_demo.mov and /dev/null differ diff --git a/screenshots/substrate-editing.png b/screenshots/substrate-editing.png new file mode 100644 index 0000000..809c1db Binary files /dev/null and b/screenshots/substrate-editing.png differ diff --git a/screenshots/substrate-home-screen.png b/screenshots/substrate-home-screen.png new file mode 100644 index 0000000..f4b83a9 Binary files /dev/null and b/screenshots/substrate-home-screen.png differ diff --git a/screenshots/which_key.gif b/screenshots/which_key.gif deleted file mode 100644 index 088ae23..0000000 Binary files a/screenshots/which_key.gif and /dev/null differ diff --git a/screenshots/which_key.mov b/screenshots/which_key.mov deleted file mode 100644 index 8b3129d..0000000 Binary files a/screenshots/which_key.mov and /dev/null differ -- cgit v1.2.3