This commit is contained in:
Zelong Kuang
2026-04-03 15:12:32 +11:00
parent 4607880ca4
commit 154c0c3fb8
5 changed files with 27 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
(use-package ace-window
:hook (emacs-startup . ace-window-display-mode)
:bind (([remap other-window] . ace-window)
("M-o" . ace-window)
("C-c w" . ace-window-hydra/body))
:custom
(aw-scope 'frame)