mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +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: 876831c9-a6f2-444a-b033-706e6fbc149f
|
|
;;; vt300.el ends here
|