mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
5 lines
99 B
EmacsLisp
5 lines
99 B
EmacsLisp
|
(load "term/vt100" nil t)
|
||
|
|
||
|
;; Make F11 an escape key.
|
||
|
(define-key function-key-map "\e[23~" [?\e])
|