mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
9 lines
204 B
EmacsLisp
9 lines
204 B
EmacsLisp
;; -*- no-byte-compile: t -*-
|
|
(load "term/vt100" nil t)
|
|
|
|
;; Make F11 an escape key.
|
|
(define-key function-key-map "\e[23~" [?\e])
|
|
|
|
;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5
|
|
;;; vt400.el ends here
|