* eat.el (eat-line-mode-map): Bind 'xterm-paste'
This commit is contained in:
parent
c91451f2d1
commit
2708a00ecb
1 changed files with 1 additions and 0 deletions
1
eat.el
1
eat.el
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue