mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Oops, that's the correct modifyOtherKeys=2 syntax
This commit is contained in:
parent
87e696e61b
commit
79f776ab63
1 changed files with 2 additions and 3 deletions
|
|
@ -42,9 +42,8 @@
|
|||
)
|
||||
|
||||
(define-key xterm-function-map
|
||||
"\e[32;2u"
|
||||
[?\S-\s]
|
||||
)
|
||||
"\e[32;2;32~"
|
||||
[?\S-\s])
|
||||
|
||||
;; (xterm--init-modify-other-keys)
|
||||
(send-string-to-terminal "\e[>4;2m")
|
||||
|
|
|
|||
Loading…
Reference in a new issue