mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -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))
|
||||
|
||||
|
||||
;; 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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user