Browse Source

Remove amx configs

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

例えば、 eww バッファ内で `eww-reload` を実行しようとしたとき、
`eww<SPACE>` と入力すると `eww` で入力が決定してしまう
master
10sr 5 years ago
parent
commit
a05f44dd4f
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      emacs.el

+ 0
- 5
emacs.el View File

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


Loading…
Cancel
Save