summaryrefslogtreecommitdiff
path: root/lisp/term/vt420.el
blob: 9ed5fbe135b9f9b90cb728a4f39567cb6744d9cd (plain)
1
2
3
4
5
6
7
8
;; -*- no-byte-compile: t -*-
(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])

;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
;;; vt420.el ends here