From 7106541f1f03d2ceff14afb474c5c9785e9bb1a1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 24 Mar 2019 13:53:22 +0900 Subject: [PATCH] Add helm keymap --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) 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