From: Juri Linkov Date: Thu, 2 Jul 2009 22:48:18 +0000 (+0000) Subject: (esc-map): Bind "&" to `async-shell-command'. X-Git-Tag: emacs-pretest-23.1.90~2336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f2d8b35abdf7a497caec62fba953ac97e646d30;p=emacs.git (esc-map): Bind "&" to `async-shell-command'. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 5cd08722060..c4c1c78674d 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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)