From b08344eb0ad14ae0b148daba5301aadbf111a486 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Dec 2021 20:48:18 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98ace-window=E2=80=99=20dependency?= =?UTF-8?q?=20and=20keybind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-core.el | 6 ++++-- 1 file 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 ;; 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-") 'winner-undo) (global-set-key (kbd "C-") '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)))