From 67fb702912a6f7fd8566857d4e722331c1da2fc1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 26 May 2014 20:43:03 -0400 Subject: Return ace-window scope back to global Commit d6ed99f in ace-window fixed issue with invisible frames when running daemon. --- lisp/init-ace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3