Fix #3859: defhydra+ ignored
This commit is contained in:
parent
0b480a6aad
commit
961f551465
1 changed files with 23 additions and 24 deletions
|
@ -1,9 +1,8 @@
|
||||||
;;; completion/ivy/autoload/hydras.el -*- lexical-binding: t; -*-
|
;;; completion/ivy/autoload/hydras.el -*- lexical-binding: t; -*-
|
||||||
;;;###if (featurep! :ui hydra)
|
;;;###if (featurep! :ui hydra)
|
||||||
|
|
||||||
(eval-when-compile (require 'ivy-hydra))
|
;;;###autoload
|
||||||
|
(after! ivy-hydra
|
||||||
;;;###autoload (autoload 'hydra-ivy/body "completion/ivy/autoload/hydras" nil nil)
|
|
||||||
(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)
|
||||||
|
@ -30,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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue