mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
8 lines
153 B
EmacsLisp
8 lines
153 B
EmacsLisp
;; -*- no-byte-compile: t -*-
|
|
(load "term/vt100" nil t)
|
|
|
|
;; Make F11 an escape key.
|
|
(define-key function-key-map "\e[23~" [?\e])
|
|
|
|
;;; vt420.el ends here
|