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:
parent
c945a962d9
commit
6f2d8b35ab
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user