completion/ivy: replace smex with amx

Faster and maintained.
This commit is contained in:
Henrik Lissner 2018-06-20 18:37:13 +02:00
parent 3e802c1b15
commit d7f8a9591e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 7 deletions

View file

@ -121,12 +121,6 @@ immediately runs it on the current candidate (ending the ivy session)."
(ivy-set-display-transformer #'counsel-projectile-find-file #'+ivy-projectile-find-file-transformer))
;; Used by `counsel-M-x'
(after! smex
(setq smex-save-file (concat doom-cache-dir "/smex-items"))
(smex-initialize))
(def-package! ivy-hydra
:commands (+ivy@coo/body ivy-dispatching-done-hydra)
:init
@ -227,6 +221,10 @@ immediately runs it on the current candidate (ending the ivy session)."
ivy-initial-inputs-alist nil))
;; Used by `counsel-M-x'
(setq amx-save-file (concat doom-cache-dir "/smex-items"))
;;
;; Evil key fixes
;;

View file

@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; completion/ivy/packages.el
(package! amx)
(package! ivy)
(package! counsel)
(package! counsel-projectile)
(package! smex)
(package! swiper)
(package! ivy-hydra)
(package! ivy-rich)