1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 13:31:45 -08:00
emacs/lisp/term/vt300.el
2003-09-08 11:56:09 +00:00

7 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])
;;; vt300.el ends here