Restrict ace-window scope to the current frame

This commit is contained in:
Dimitri Lozeve 2024-07-15 11:17:56 +02:00
parent a178f79eba
commit 5eb72a5c78

View file

@ -298,7 +298,9 @@
(use-package ace-window
:straight t
:bind (("M-o" . ace-window)))
:bind (("M-o" . ace-window))
:config
(setq aw-scope 'frame))
(use-package avy
:straight t