Explorar el Código

Add helm keymap

master
10sr hace 5 años
padre
commit
7106541f1f
Firmado por: 10sr ID de clave GPG: C384BB17CBB19347
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Ver fichero

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



Cargando…
Cancelar
Guardar