mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1916 from ashiklom/ivy-bugfix
completion/ivy: rename ivy-dispatching-done{-hydra,}
This commit is contained in:
@ -148,10 +148,10 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||||||
(ivy-mode +1)
|
(ivy-mode +1)
|
||||||
|
|
||||||
(use-package! ivy-hydra
|
(use-package! ivy-hydra
|
||||||
:commands (ivy-dispatching-done-hydra ivy--matcher-desc ivy-hydra/body)
|
:commands (ivy-dispatching-done ivy--matcher-desc ivy-hydra/body)
|
||||||
:init
|
:init
|
||||||
(define-key! ivy-minibuffer-map
|
(define-key! ivy-minibuffer-map
|
||||||
"C-o" #'ivy-dispatching-done-hydra
|
"C-o" #'ivy-dispatching-done
|
||||||
"M-o" #'hydra-ivy/body)
|
"M-o" #'hydra-ivy/body)
|
||||||
:config
|
:config
|
||||||
;; ivy-hydra rebinds this, so we have to do so again
|
;; ivy-hydra rebinds this, so we have to do so again
|
||||||
|
Reference in New Issue
Block a user