chore(editor): Switch amx from ivy to ido completion

Ivy is very nicer and fancy, but it doesn't sort exact matches highest
when using fuzzy matching, ido does.
This commit is contained in:
2020-03-06 18:37:01 +00:00
parent 045520a603
commit bdeda97fb8

View File

@@ -6,15 +6,13 @@
;;; Code:
(require 'siren-ivy)
(use-package amx
:bind
("M-x" . amx)
("C-x C-m" . amx)
:custom
(amx-backend 'ivy)
(amx-backend 'ido)
(amx-histroy-lenth 15)
(amx-prompt-string "M-x ")
(amx-save-file (expand-file-name "amx-items" siren-cache-dir))