Sfoglia il codice sorgente

Add helm keymap

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

+ 4
- 0
emacs.el Vedi 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



Caricamento…
Annulla
Salva