diff --git a/emacs.el b/emacs.el index 293781a..9e8db2e 100644 --- a/emacs.el +++ b/emacs.el @@ -566,6 +566,10 @@ found, otherwise returns nil." (defvar amx-map) (define-key amx-map (kbd "C-h") (kbd "DEL"))) +(when (autoload-eval-lazily 'helm) + (defvar helm-map) + (define-key helm-map (kbd "C-h") (kbd "DEL"))) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; letters, font-lock mode and fonts