Browse Source

Add helm keymap

master
10sr 5 years ago
parent
commit
7106541f1f
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -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



Loading…
Cancel
Save