From fba105f0d2c5f88d5ade3b73633945d35e1f6707 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 23 Sep 2014 00:39:32 -0400 Subject: Bind recompile-current-compilation to key chord 'e' isn't a great letter for this, but 'c', 'r', and 'g' are already bound to commonly used commands. --- lisp/init-external.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-external.el') diff --git a/lisp/init-external.el b/lisp/init-external.el index cea0d1f..b5f5c4f 100644 --- a/lisp/init-external.el +++ b/lisp/init-external.el @@ -83,6 +83,8 @@ monitor setup)." (define-key km/compile-map "r" 'km/recompile-current-compilation) (define-key km/compile-map "o" 'km/display-compilation-other-window) +(key-chord-define-global ",e" 'km/recompile-current-compilation) + ;;; Diff (setq diff-command "/bin/diff" -- cgit v1.2.3