diff options
author | Gene Pasquet <dev@etenil.net> | 2025-02-18 19:32:30 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-02-18 19:32:30 +0000 |
commit | e3652cee39a387a3d6d774033a7d6246b5d7da82 (patch) | |
tree | 1bca6e1c2d2a9c09ed6eecf683ab320b4d4dd8e9 | |
parent | 8d40ddffdb8111babc630d89678baa198ddbdfc4 (diff) |
Add philosophy
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -87,7 +87,9 @@ Basic code editing: line numbers and `hl-line-mode`. ## Philosophy -TODO +- Maintainable: Substrate is a library and can be easily updated +- Unobtrusive: provide sound defaults but don't take over emacs's config system +- Minimal: only provide the minimum to get started and no more. Configuration is part of the Emacs'experience ## Requirements |