Minor, general refactor & reformatting
Also swaps C-o and M-o in ivy And use new ;;;###package cookie (not used yet)
This commit is contained in:
parent
cfb3a6d137
commit
72fb5603e7
4 changed files with 6 additions and 6 deletions
|
@ -77,8 +77,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
:commands (ivy-dispatching-done-hydra ivy--matcher-desc)
|
||||
:init
|
||||
(define-key! ivy-minibuffer-map
|
||||
"C-o" #'+ivy-coo-hydra/body
|
||||
"M-o" #'ivy-dispatching-done-hydra)))
|
||||
"C-o" #'ivy-dispatching-done-hydra
|
||||
"M-o" #'+ivy-coo-hydra/body)))
|
||||
|
||||
|
||||
(def-package! ivy-rich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue