branch: elpa/eat
commit 2708a00ecbf0b7b2f7314a9a97fb36496ccccc2f
Author: Akib Azmain Turja <[email protected]>
Commit: Akib Azmain Turja <[email protected]>
* eat.el (eat-line-mode-map): Bind 'xterm-paste'
---
eat.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/eat.el b/eat.el
index 41fdee5800..3ca1c8fea2 100644
--- a/eat.el
+++ b/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.")