Merge pull request #1916 from ashiklom/ivy-bugfix

completion/ivy: rename ivy-dispatching-done{-hydra,}
This commit is contained in:
Henrik Lissner 2019-10-18 13:37:54 -04:00 committed by GitHub
commit e1d86f3046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,10 +148,10 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
(ivy-mode +1)
(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
(define-key! ivy-minibuffer-map
"C-o" #'ivy-dispatching-done-hydra
"C-o" #'ivy-dispatching-done
"M-o" #'hydra-ivy/body)
:config
;; ivy-hydra rebinds this, so we have to do so again