Sfoglia il codice sorgente

Fix amx-map C-h key

master
10sr 5 anni fa
parent
commit
9dfb7f5ae1
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Vedi File

@@ -559,7 +559,9 @@ found, otherwise returns nil."
(prompt-text-mode 1))

(when (safe-require-or-eval 'amx)
(amx-mode 1))
(amx-mode 1)
(defvar amx-map)
(define-key amx-map (kbd "C-h") (kbd "DEL")))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; letters, font-lock mode and fonts


Caricamento…
Annulla
Salva