diff options
author | Juri Linkov <juri@jurta.org> | 2009-07-02 22:48:18 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-07-02 22:48:18 +0000 |
commit | 6f2d8b35abdf7a497caec62fba953ac97e646d30 (patch) | |
tree | 0c268e0bcd0011681ace813fae9e2c34a07c1bcf /lisp/bindings.el | |
parent | c945a962d9fcfb55dae2c9df2f419164258ba360 (diff) | |
download | emacs-6f2d8b35abdf7a497caec62fba953ac97e646d30.tar.gz |
(esc-map): Bind "&" to `async-shell-command'.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |