aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-03-14 15:27:16 -0600
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-03-14 15:28:44 -0600
commitfe99f00683ab087748be5c89f3cca4523bfbf536 (patch)
tree7d64f9c9c5a640bbeb1546778a66cb935de81a13 /README.md
parentb05de096968ca584714f643611429fc7fbcef400 (diff)
Big update: add initial evil-mode (vim emulation) config; fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72e9515..cf40961 100644
--- a/README.md
+++ b/README.md
@@ -61,9 +61,9 @@ Mixins:
- UI Enhancements
- Development tools
- Org-mode (in development)
+ - Vim refugee (in development)
- Email (TODO: mu4e, EBDB)
- Researcher (TODO: citar, denote, org-roam, LaTeX)
- - Vim refugee (TODO: evil-mode)
#### `mixins/ui.el`
@@ -117,7 +117,7 @@ Yes, as of writing, Emacs 29.1 hasn't been released yet. The reason why is becau
## Development
-This is version `0.1.0`.
+This is version `0.2.0`.
Once I am happy with the state of things, I'll change it to version `1.*.*`—at that point, no new `use-package` declarations will be added to `init.el`.
@@ -129,6 +129,12 @@ See the [issue tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) on SourceHu
## Changelog
+ - 0.2.0
+
+ 2023-03-14
+
+ Flesh out the `mixin/vim-like.el` so that there's *some* Vim configuration.
+
- 0.1.0
2023-01-17