Skip to content

Instantly share code, notes, and snippets.

@willnet
Created December 30, 2012 13:46
Show Gist options
  • Save willnet/4412858 to your computer and use it in GitHub Desktop.
Save willnet/4412858 to your computer and use it in GitHub Desktop.
minimum .emacs
(define-key global-map "\C-h" 'delete-backward-char)
(define-key isearch-mode-map "\C-h" 'isearch-delete-char)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment