summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-05-26 20:43:03 -0400
committerKyle Meyer <kyle@kyleam.com>2014-05-26 20:43:03 -0400
commit67fb702912a6f7fd8566857d4e722331c1da2fc1 (patch)
treedbab3a83495f395863288eac65dfd2f1676e9edb /lisp
parent2c374204cbc10e0b5646cc0b327202aadc93698f (diff)
downloademacs.d-67fb702912a6f7fd8566857d4e722331c1da2fc1.tar.gz
Return ace-window scope back to global
Commit d6ed99f in ace-window fixed issue with invisible frames when running daemon.
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)