Andrew D Dixon <[EMAIL PROTECTED]> writes:

> HI All, Does anyone know how to change the keybindings in emacs?
> Specifically I'd like to make my Backspace key delete the character
> before the cursor (seems like a natural thing to me) instead of what
> it's doing now (which is being wierd).

Put in your ~/.emacs:

(global-set-key "\C-h" 'delete-backward-char)

-Anthony

Reply via email to