Silence malformed function warnings from ivy-hydra
This commit is contained in:
parent
fe36bbca1f
commit
2f569eda51
1 changed files with 22 additions and 21 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue