Merge pull request #1916 from ashiklom/ivy-bugfix
completion/ivy: rename ivy-dispatching-done{-hydra,}
This commit is contained in:
commit
e1d86f3046
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue