(require 'bind-key) (bind-key* "C-h" 'backward-delete-char) (require 'helm) (bind-key "C-h" nil helm-map)