chore(editor): Replace smex with amx package

Smex has not been updated since late 2015. Amx was originally a fork of
smex, but as since evolved much further into it's own thing.

Among other things is supports other completing backends, and ivy with
it's fuzzy matching feels rather nice. I'm keeping ido-mode for
everything else, but specifically for M-x I'll give ivy a try.
This commit is contained in:
2020-03-01 22:31:16 +00:00
parent c7c8b77c28
commit c91f3fecc4
6 changed files with 51 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
(helm-cleanup . siren-helm--show-treemacs-maybe)
:bind
("M-x" . helm-M-x)
("C-t" . helm-imenu)
("C-c t" . helm-imenu-anywhere)
("C-x C-f" . helm-find-files)