diff --git a/modules/editor/siren-amx.el b/modules/editor/siren-amx.el index cd7e74c..522ce67 100644 --- a/modules/editor/siren-amx.el +++ b/modules/editor/siren-amx.el @@ -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))