Silence malformed function warnings from ivy-hydra

This commit is contained in:
Henrik Lissner 2019-05-20 21:40:48 -04:00
parent fe36bbca1f
commit 2f569eda51
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))))