mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user