diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-06-23 17:47:04 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-06-23 17:47:44 +0200 |
| commit | a2f63c321332b0ce04b58c82d692e3f3bcc5ac1a (patch) | |
| tree | 9d69f2be5317ca1e2179a7d536bd482a0ee7e82d | |
| parent | 2c8c0ced07672c59b3bed24b72a8431b556bf91e (diff) | |
Emacs: ace-window: Jump only in this frame
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
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) |
