Sfoglia il codice sorgente

Fix helm-map

master
10sr 5 anni fa
parent
commit
95f4053eae
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

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



Caricamento…
Annulla
Salva