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 /README.md | |
parent | 4e29525542ad887a49d3f2e315ade7a1c2f63caf (diff) |
Rework screenshots
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 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.) |