From d1d15a1456720a3ac31169cc1a9ecf2bc99838e7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 23 May 2014 22:10:39 -0400 Subject: Add key-chord for ace-window --- lisp/init-ace.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') diff --git a/lisp/init-ace.el b/lisp/init-ace.el index 19fd3ab..22ff1a9 100644 --- a/lisp/init-ace.el +++ b/lisp/init-ace.el @@ -13,5 +13,6 @@ (define-key window-map "a" 'ace-window) (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)) +(key-chord-define-global ",w" 'ace-window) (provide 'init-ace) -- cgit v1.2.3