Bump :completion ivy
abo-abo/swiper@7084d60 -> abo-abo/swiper@5f1d9ce Yevgnen/ivy-rich@af43aba -> Yevgnen/ivy-rich@0f22aff Fixes ivy-dispatching-done on Emacs 27+
This commit is contained in:
parent
f6242346f9
commit
f4aa2a8ca7
2 changed files with 6 additions and 14 deletions
|
@ -99,19 +99,11 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
|
||||
(define-key! ivy-minibuffer-map
|
||||
"C-c C-e" #'+ivy/woccur
|
||||
[remap doom/delete-backward-word] #'ivy-backward-kill-word)
|
||||
|
||||
(ivy-mode +1)
|
||||
|
||||
(use-package! ivy-hydra
|
||||
:commands (ivy-dispatching-done ivy--matcher-desc ivy-hydra/body)
|
||||
:init
|
||||
(define-key! ivy-minibuffer-map
|
||||
[remap doom/delete-backward-word] #'ivy-backward-kill-word
|
||||
"C-o" #'ivy-dispatching-done
|
||||
"M-o" #'hydra-ivy/body)
|
||||
:config
|
||||
;; ivy-hydra rebinds this, so we have to do so again
|
||||
(define-key ivy-minibuffer-map (kbd "M-o") #'hydra-ivy/body)))
|
||||
|
||||
(ivy-mode +1))
|
||||
|
||||
|
||||
(use-package! ivy-rich
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/ivy/packages.el
|
||||
|
||||
(package! swiper :pin "7084d60312")
|
||||
(package! swiper :pin "5f1d9ce045")
|
||||
(package! ivy)
|
||||
(package! ivy-hydra)
|
||||
(package! counsel)
|
||||
|
||||
(package! amx :pin "e512e74e83")
|
||||
(package! counsel-projectile :pin "b556ed8995")
|
||||
(package! ivy-rich :pin "af43abad5c")
|
||||
(package! ivy-rich :pin "0f22aff4c7")
|
||||
(package! wgrep :pin "5977b8e000")
|
||||
|
||||
(if (featurep! +prescient)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue