changeset 103695:eace56b963d4

(esc-map): Bind "&" to `async-shell-command'.
author Juri Linkov <juri@jurta.org>
date Thu, 02 Jul 2009 22:48:18 +0000
parents 695df25d3fc1
children 585c452d8bf2
files lisp/bindings.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Thu Jul 02 22:47:52 2009 +0000
+++ b/lisp/bindings.el	Thu Jul 02 22:48:18 2009 +0000
@@ -756,6 +756,7 @@
 
 (define-key esc-map "!" 'shell-command)
 (define-key esc-map "|" 'shell-command-on-region)
+(define-key esc-map "&" 'async-shell-command)
 
 (define-key ctl-x-map [right] 'next-buffer)
 (define-key ctl-x-map [C-right] 'next-buffer)