]> git.eshelyaron.com Git - emacs.git/commitdiff
(esc-map): Bind "&" to `async-shell-command'.
authorJuri Linkov <juri@jurta.org>
Thu, 2 Jul 2009 22:48:18 +0000 (22:48 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 2 Jul 2009 22:48:18 +0000 (22:48 +0000)
lisp/bindings.el

index 5cd0872206014b6fde4d310a01d6425e68b88648..c4c1c78674d1631dad8dbb72e74eb0c995677a25 100644 (file)
@@ -756,6 +756,7 @@ language you are using."
 
 (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)