summaryrefslogtreecommitdiff
path: root/lisp/init-ace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ace.el')
-rw-r--r--lisp/init-ace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-ace.el b/lisp/init-ace.el
index 6a7bccf..c6e1071 100644
--- a/lisp/init-ace.el
+++ b/lisp/init-ace.el
@@ -34,7 +34,7 @@
;;; Ace Window
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
- aw-scope 'global)
+ aw-scope 'frame)
(key-chord-define-global "jw" 'ace-window)