From a2f63c321332b0ce04b58c82d692e3f3bcc5ac1a Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 23 Jun 2019 17:47:04 +0200 Subject: Emacs: ace-window: Jump only in this frame --- dot.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 3b8262b..796613e 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -96,7 +96,8 @@ :config (setq global-magit-file-mode t)) (use-package ace-window - :bind ("M-o" . ace-window)) + :bind ("M-o" . ace-window) + :config (setq aw-scope 'frame)) (use-package avy :bind (("C-." . avy-goto-char-timer) -- cgit v1.2.3