summaryrefslogtreecommitdiff
path: root/lisp/init-external.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-09-23 00:39:32 -0400
committerKyle Meyer <kyle@kyleam.com>2014-09-23 00:39:32 -0400
commitfba105f0d2c5f88d5ade3b73633945d35e1f6707 (patch)
treec88c11ec67be7db0ccc46aaf01a55f1780238445 /lisp/init-external.el
parente39ab25af351fd78a688baac8c48c614afa45cdd (diff)
downloademacs.d-fba105f0d2c5f88d5ade3b73633945d35e1f6707.tar.gz
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.
Diffstat (limited to 'lisp/init-external.el')
-rw-r--r--lisp/init-external.el2
1 files changed, 2 insertions, 0 deletions
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"