aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2009-07-02 22:48:18 +0000
committerJuri Linkov <[email protected]>2009-07-02 22:48:18 +0000
commit6f2d8b35abdf7a497caec62fba953ac97e646d30 (patch)
tree0c268e0bcd0011681ace813fae9e2c34a07c1bcf
parentc945a962d9fcfb55dae2c9df2f419164258ba360 (diff)
(esc-map): Bind "&" to `async-shell-command'.
-rw-r--r--lisp/bindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 5cd0872206..c4c1c78674 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)