mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: replace smex with amx
Faster and maintained.
This commit is contained in:
@ -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))
|
(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
|
(def-package! ivy-hydra
|
||||||
:commands (+ivy@coo/body ivy-dispatching-done-hydra)
|
:commands (+ivy@coo/body ivy-dispatching-done-hydra)
|
||||||
:init
|
:init
|
||||||
@ -227,6 +221,10 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||||||
ivy-initial-inputs-alist nil))
|
ivy-initial-inputs-alist nil))
|
||||||
|
|
||||||
|
|
||||||
|
;; Used by `counsel-M-x'
|
||||||
|
(setq amx-save-file (concat doom-cache-dir "/smex-items"))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Evil key fixes
|
;; Evil key fixes
|
||||||
;;
|
;;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; completion/ivy/packages.el
|
;;; completion/ivy/packages.el
|
||||||
|
|
||||||
|
(package! amx)
|
||||||
(package! ivy)
|
(package! ivy)
|
||||||
(package! counsel)
|
(package! counsel)
|
||||||
(package! counsel-projectile)
|
(package! counsel-projectile)
|
||||||
(package! smex)
|
|
||||||
(package! swiper)
|
(package! swiper)
|
||||||
(package! ivy-hydra)
|
(package! ivy-hydra)
|
||||||
(package! ivy-rich)
|
(package! ivy-rich)
|
||||||
|
Reference in New Issue
Block a user