aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-17 12:42:37 -0700
committerAshton Wiersdorf <ashton.wiersdorf@pobox.com>2023-01-17 12:42:37 -0700
commitc50a1a644083c0999f9ab44fe9572c3e0ad21300 (patch)
tree1e253b77606af469d612274f0e37f8d9dba0780f /README.md
parent8dfd51bbc1728dfb003daea031c8ec236abbe120 (diff)
Turn on windmove mode; bump version
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fd9551..95dba34 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,10 @@ Mixins:
- UI Enhancements
- Development tools
+ - Org-mode (in development)
+ - Email (TODO: mu4e, EBDB)
+ - Researcher (TODO: citar, denote, org-roam, LaTeX)
+ - Vim refugee (TODO: evil-mode)
#### `mixins/ui.el`
@@ -113,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.0.2`.
+This is version `0.1.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`.
@@ -125,6 +129,12 @@ See the [issue tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) on SourceHu
## Changelog
+ - 0.1.0
+
+ 2023-01-17
+
+ Begin work on `mixin/org.el`, turn on windmove-mode.
+
- 0.0.2
2023-01-03