aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-06-23 17:47:04 +0200
committerThomas Schneider <qsx@qsx.re>2019-06-23 17:47:44 +0200
commita2f63c321332b0ce04b58c82d692e3f3bcc5ac1a (patch)
tree9d69f2be5317ca1e2179a7d536bd482a0ee7e82d /dot.emacs.d
parent2c8c0ced07672c59b3bed24b72a8431b556bf91e (diff)
Emacs: ace-window: Jump only in this frame
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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)