Ver a proveniência

Remove amx configs

補完時にスペースが壊れる場合がある

例えば、 eww バッファ内で `eww-reload` を実行しようとしたとき、
`eww<SPACE>` と入力すると `eww` で入力が決定してしまう
master
10sr há 5 anos
ascendente
cometimento
a05f44dd4f
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 0 adições e 5 eliminações
  1. +0
    -5
      emacs.el

+ 0
- 5
emacs.el Ver ficheiro

@@ -568,11 +568,6 @@ found, otherwise returns nil."
": "))
(prompt-text-mode 1))

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

(autoload-eval-lazily 'helm nil
(defvar helm-map)
(define-key helm-map (kbd "C-h") (kbd "DEL")))


Carregando…
Cancelar
Guardar