mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user