summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 dac5464..9714a90 100644
--- a/lisp/init-ace.el
+++ b/lisp/init-ace.el
@@ -13,7 +13,7 @@
(define-key window-map "a" 'ace-window)
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
- aw-scope 'frame)
+ aw-scope 'global)
(key-chord-define-global ",w" 'ace-window)