diff options
author | Gene Pasquet <dev@etenil.net> | 2025-02-12 06:55:43 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-02-12 06:55:43 +0000 |
commit | 3510b0bcf7815b216dfc8ccb0569f36cbd4ec947 (patch) | |
tree | 12595d47ae8e3b726e0b50862570b2bb242d032f | |
parent | 4e29525542ad887a49d3f2e315ade7a1c2f63caf (diff) |
Rework screenshots
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | screenshots/basic_builtin_completion.png | bin | 800917 -> 0 bytes | |||
-rw-r--r-- | screenshots/basic_code_editing.png | bin | 771534 -> 0 bytes | |||
-rw-r--r-- | screenshots/basic_completion.gif | bin | 1660996 -> 0 bytes | |||
-rw-r--r-- | screenshots/basic_completion.mov | bin | 4884037 -> 0 bytes | |||
-rw-r--r-- | screenshots/basic_org_tab_bar.png | bin | 781202 -> 0 bytes | |||
-rw-r--r-- | screenshots/basic_splash.png | bin | 747448 -> 0 bytes | |||
-rw-r--r-- | screenshots/everything_demo.mov | bin | 20436913 -> 0 bytes | |||
-rw-r--r-- | screenshots/substrate-editing.png | bin | 0 -> 130657 bytes | |||
-rw-r--r-- | screenshots/substrate-home-screen.png | bin | 0 -> 119866 bytes | |||
-rw-r--r-- | screenshots/which_key.gif | bin | 846638 -> 0 bytes | |||
-rw-r--r-- | screenshots/which_key.mov | bin | 2304895 -> 0 bytes |
12 files changed, 4 insertions, 4 deletions
@@ -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. - + Basic code editing: line numbers and `hl-line-mode`. - + ## 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 Binary files differdeleted file mode 100644 index 3e719e1..0000000 --- a/screenshots/basic_builtin_completion.png +++ /dev/null diff --git a/screenshots/basic_code_editing.png b/screenshots/basic_code_editing.png Binary files differdeleted file mode 100644 index 8ff60b4..0000000 --- a/screenshots/basic_code_editing.png +++ /dev/null diff --git a/screenshots/basic_completion.gif b/screenshots/basic_completion.gif Binary files differdeleted file mode 100644 index f975e03..0000000 --- a/screenshots/basic_completion.gif +++ /dev/null diff --git a/screenshots/basic_completion.mov b/screenshots/basic_completion.mov Binary files differdeleted file mode 100644 index 368430e..0000000 --- a/screenshots/basic_completion.mov +++ /dev/null diff --git a/screenshots/basic_org_tab_bar.png b/screenshots/basic_org_tab_bar.png Binary files differdeleted file mode 100644 index e81bc65..0000000 --- a/screenshots/basic_org_tab_bar.png +++ /dev/null diff --git a/screenshots/basic_splash.png b/screenshots/basic_splash.png Binary files differdeleted file mode 100644 index 2777949..0000000 --- a/screenshots/basic_splash.png +++ /dev/null diff --git a/screenshots/everything_demo.mov b/screenshots/everything_demo.mov Binary files differdeleted file mode 100644 index c3fabd0..0000000 --- a/screenshots/everything_demo.mov +++ /dev/null diff --git a/screenshots/substrate-editing.png b/screenshots/substrate-editing.png Binary files differnew file mode 100644 index 0000000..809c1db --- /dev/null +++ b/screenshots/substrate-editing.png diff --git a/screenshots/substrate-home-screen.png b/screenshots/substrate-home-screen.png Binary files differnew file mode 100644 index 0000000..f4b83a9 --- /dev/null +++ b/screenshots/substrate-home-screen.png diff --git a/screenshots/which_key.gif b/screenshots/which_key.gif Binary files differdeleted file mode 100644 index 088ae23..0000000 --- a/screenshots/which_key.gif +++ /dev/null diff --git a/screenshots/which_key.mov b/screenshots/which_key.mov Binary files differdeleted file mode 100644 index 8b3129d..0000000 --- a/screenshots/which_key.mov +++ /dev/null |