Skip to content

Instantly share code, notes, and snippets.

@margnus1
Created November 21, 2013 12:26
Show Gist options
  • Save margnus1/7580741 to your computer and use it in GitHub Desktop.
Save margnus1/7580741 to your computer and use it in GitHub Desktop.
Emacs solaris DELETE!=BACKSPACE init code
(normal-erase-is-backspace-mode 0)
;; (define-key key-translation-map [?\C-h] [?\C-?])
(global-set-key [(deletechar)] 'backward-delete-char)
(global-set-key [(delete)] 'delete-char)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment