From 95f4053eaec3b289602fe57d49766c54958ed6ed Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 25 Mar 2019 00:08:02 +0900 Subject: [PATCH] Fix helm-map --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 9e8db2e..b8e5675 100644 --- a/emacs.el +++ b/emacs.el @@ -566,7 +566,7 @@ found, otherwise returns nil." (defvar amx-map) (define-key amx-map (kbd "C-h") (kbd "DEL"))) -(when (autoload-eval-lazily 'helm) +(autoload-eval-lazily 'helm nil (defvar helm-map) (define-key helm-map (kbd "C-h") (kbd "DEL")))