Unix Keyboard Bindings

Emacs bindings

Contributed by Lyndon Nerenberg, this restores ^H to its proper behavior:

(global-set-key "\C-h" 'delete-backward-char)
(global-set-key "\M-?" 'help-command)

[Work in progres…]