diff options
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | init.el | 3 |
2 files changed, 14 insertions, 1 deletions
@@ -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 @@ -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 |