Fix hydra-ivy keybind on M-o #1342
This commit is contained in:
parent
ee754362a2
commit
7e7d6ae5a2
2 changed files with 28 additions and 37 deletions
|
@ -77,11 +77,14 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
(ivy-mode +1)
|
||||
|
||||
(def-package! ivy-hydra
|
||||
:commands (ivy-dispatching-done-hydra ivy--matcher-desc)
|
||||
:commands (ivy-dispatching-done-hydra ivy--matcher-desc ivy-hydra/body)
|
||||
:init
|
||||
(define-key! ivy-minibuffer-map
|
||||
"C-o" #'ivy-dispatching-done-hydra
|
||||
"M-o" #'+ivy-coo-hydra/body)))
|
||||
"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)))
|
||||
|
||||
|
||||
(def-package! ivy-rich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue