diff options
| -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." | |||
| 756 | 756 | ||
| 757 | (define-key esc-map "!" 'shell-command) | 757 | (define-key esc-map "!" 'shell-command) |
| 758 | (define-key esc-map "|" 'shell-command-on-region) | 758 | (define-key esc-map "|" 'shell-command-on-region) |
| 759 | (define-key esc-map "&" 'async-shell-command) | ||
| 759 | 760 | ||
| 760 | (define-key ctl-x-map [right] 'next-buffer) | 761 | (define-key ctl-x-map [right] 'next-buffer) |
| 761 | (define-key ctl-x-map [C-right] 'next-buffer) | 762 | (define-key ctl-x-map [C-right] 'next-buffer) |