aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rw-r--r--init.el3
2 files changed, 14 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
diff --git a/init.el b/init.el
index 7f6b121..367a7e1 100644
--- a/init.el
+++ b/init.el
@@ -41,6 +41,9 @@
;; Save history of minibuffer
(savehist-mode)
+;; Move through windows with Ctrl-<arrow keys>
+(windmove-default-keybindings 'control) ; You can use other modifiers here
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Discovery aids