From c50a1a644083c0999f9ab44fe9572c3e0ad21300 Mon Sep 17 00:00:00 2001
From: Ashton Wiersdorf <ashton.wiersdorf@pobox.com>
Date: Tue, 17 Jan 2023 12:42:37 -0700
Subject: Turn on windmove mode; bump version

---
 README.md | 12 +++++++++++-
 init.el   |  3 +++
 2 files changed, 14 insertions(+), 1 deletion(-)

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
-- 
cgit v1.2.3