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