From 6f2d8b35abdf7a497caec62fba953ac97e646d30 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 2 Jul 2009 22:48:18 +0000 Subject: [PATCH] (esc-map): Bind "&" to `async-shell-command'. --- lisp/bindings.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2