aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2025-02-11 22:41:06 +0000
committerGene Pasquet <dev@etenil.net>2025-02-11 22:41:06 +0000
commit4e29525542ad887a49d3f2e315ade7a1c2f63caf (patch)
treeaa9989ac22503531b5df8e3be12dc36228443f62
parent3279639662fd9d4811aaf42c523e39e43d57acd8 (diff)
Flesh out README, add TODO.org
-rw-r--r--LICENSE2
-rw-r--r--README.md17
-rw-r--r--TODO.org3
3 files changed, 16 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index af400d2..eb3f5fa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright © 2023 Ashton Wiersdorf
+Copyright © 2025 Gene Pasquet, Ashton Wiersdorf
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/README.md b/README.md
index c576d76..094c4e6 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,15 @@ A clean basis to organically grow your config onto.
This is a minimal Emacs base config. Here's the short of the philosophy:
- - Focus on using default, built-in Emacs behavior
+ - Focus on using default, built-in Emacs behaviour
- Emacs-lisp centric, encourage configuration through code
- - Allow update and upgrade of substrate
- - No magic
+ - Provide an upgrade path for Substrate
+ - Stay minimal, only include as little packages and config as possible
+ - Keep to the project vision, even though users are free to turn features off
## Installation
-To install emacs-substrate, clone this repository somewhere, then create the files:
+To install emacs-substrate, clone this repository somewhere, then create the following 2 files:
```lisp
;; ~/.emacs.d/early-init.el
@@ -62,6 +63,12 @@ Emacs 29.1 is, as of 2023-09-04, the latest stable release. The specific feature
## Credits
+This project is a radical fork of [Emacs-bedrock](https://codeberg.org/ashton314/emacs-bedrock)
+
+Maintainer of Emacs-substrate:
+
+- [Gene Pasquet](https://github.com/Etenil)
+
Creator and maintainer of Emacs-bedrock:
- - Ashton Wiersdorf https://lambdaland.org
+ - [Ashton Wiersdorf](https://lambdaland.org)
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..ef258a6
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,3 @@
+* Provide a one-script install for busy people
+* Add config for popular vim-like input system
+* Pick useful bits of config from bedrock extras