From 1cdc0a3f156e7a07b4ee55487f2731f65e19ffef Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 9 Feb 2015 22:46:07 -0500 Subject: Change aw-scope to frame I had this set to global so I could jump to windows displayed in frames of other monitors, but I didn't use this often and it had the disadvantage of needing to type a letter for the current two-window frame if there were any frames on other monitors. --- lisp/init-ace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-ace.el') 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) -- cgit v1.2.3