diff options
| -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) |
