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