* eat.el (eat-line-mode-map): Bind 'xterm-paste'

This commit is contained in:
Akib Azmain Turja 2024-01-01 21:37:10 +06:00
parent c91451f2d1
commit 2708a00ecb
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

1
eat.el
View file

@ -5829,6 +5829,7 @@ EVENT is the mouse event."
#'eat-line-previous-matching-input-from-input)
(define-key map [?\C-c ?\M-s]
#'eat-line-next-matching-input-from-input)
(define-key map [xterm-paste] #'xterm-paste)
map)
"Keymap for Eat line mode.")