Add ‘ace-window’ dependency and keybind
This commit is contained in:
parent
9e9da4471a
commit
b08344eb0a
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.1123.003634
|
;; 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)
|
;; 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
|
;; 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
|
;; 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-<left>") 'winner-undo)
|
||||||
(global-set-key (kbd "C-<right>") 'winner-redo)
|
(global-set-key (kbd "C-<right>") 'winner-redo)
|
||||||
|
|
||||||
|
(global-set-key (kbd "M-o") 'ace-window)
|
||||||
|
|
||||||
(unless oni-core--recentf-idle-timer
|
(unless oni-core--recentf-idle-timer
|
||||||
(setq oni-core--recentf-idle-timer
|
(setq oni-core--recentf-idle-timer
|
||||||
(run-with-idle-timer 10 t #'oni-core-recentf-save-list-silently)))
|
(run-with-idle-timer 10 t #'oni-core-recentf-save-list-silently)))
|
||||||
|
|
Loading…
Reference in a new issue