From a05f44dd4f90ffbc2ae9bfbedaea03259858d96e Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 3 Apr 2019 12:19:40 +0900 Subject: [PATCH] Remove amx configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 補完時にスペースが壊れる場合がある 例えば、 eww バッファ内で `eww-reload` を実行しようとしたとき、 `eww` と入力すると `eww` で入力が決定してしまう --- emacs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs.el b/emacs.el index d10660d..da70a73 100644 --- a/emacs.el +++ b/emacs.el @@ -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")))