1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(esc-map): Bind "&" to `async-shell-command'.

This commit is contained in:
Juri Linkov 2009-07-02 22:48:18 +00:00
parent c945a962d9
commit 6f2d8b35ab

View File

@ -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)