mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Silence malformed function warnings from ivy-hydra
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
;;;###autoload
|
||||
(after! ivy-hydra
|
||||
(with-no-warnings
|
||||
(defhydra+ hydra-ivy (:hint nil :color pink)
|
||||
"
|
||||
Move ^^^^^^^^^^ | Call ^^^^ | Cancel^^ | Options^^ | Action _w_/_s_/_a_: %s(ivy-action-name)
|
||||
@ -28,4 +29,4 @@
|
||||
("c" ivy-toggle-calling)
|
||||
("m" ivy-toggle-fuzzy)
|
||||
("t" (setq truncate-lines (not truncate-lines)))
|
||||
("o" ivy-occur :exit t)))
|
||||
("o" ivy-occur :exit t))))
|
||||
|
Reference in New Issue
Block a user