mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Just load keyswap.el.
This commit is contained in:
parent
cbc336a24f
commit
4595014a19
1 changed files with 1 additions and 10 deletions
|
|
@ -1,11 +1,2 @@
|
|||
;;; HP terminals usually encourage using ^H as the rubout character
|
||||
|
||||
(let ((the-table (make-string 128 0)))
|
||||
(let ((i 0))
|
||||
(while (< i 128)
|
||||
(aset the-table i i)
|
||||
(setq i (1+ i))))
|
||||
;; Swap ^H and DEL
|
||||
(aset the-table ?\177 ?\^h)
|
||||
(aset the-table ?\^h ?\177)
|
||||
(setq keyboard-translate-table the-table))
|
||||
(load "term/keyswap" nil t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue