aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-12-07 20:48:18 -0800
committerGravatar Tom Willemse2021-12-07 20:48:18 -0800
commitb08344eb0ad14ae0b148daba5301aadbf111a486 (patch)
tree7e47320abfe5b4eb7491de41c46fe037c2eb5881
parent9e9da4471af73dc93f00536e1ffe6d2c322c1187 (diff)
downloademacs-config-b08344eb0ad14ae0b148daba5301aadbf111a486.tar.gz
emacs-config-b08344eb0ad14ae0b148daba5301aadbf111a486.zip
Add ‘ace-window’ dependency and keybind
-rw-r--r--oni-core.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-core.el b/oni-core.el
index 4f67256..0768e91 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.003634
-;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch)
+;; Version: 2021.1205.144437
+;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -219,6 +219,8 @@ _s_: String list"
(global-set-key (kbd "C-<left>") 'winner-undo)
(global-set-key (kbd "C-<right>") 'winner-redo)
+(global-set-key (kbd "M-o") 'ace-window)
+
(unless oni-core--recentf-idle-timer
(setq oni-core--recentf-idle-timer
(run-with-idle-timer 10 t #'oni-core-recentf-save-list-silently)))