diff options
author | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-03-14 15:27:16 -0600 |
---|---|---|
committer | Ashton Wiersdorf <ashton.wiersdorf@pobox.com> | 2023-03-14 15:28:44 -0600 |
commit | fe99f00683ab087748be5c89f3cca4523bfbf536 (patch) | |
tree | 7d64f9c9c5a640bbeb1546778a66cb935de81a13 /README.md | |
parent | b05de096968ca584714f643611429fc7fbcef400 (diff) |
Big update: add initial evil-mode (vim emulation) config; fix typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |