mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Fix #3859: defhydra+ ignored
This commit is contained in:
@ -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)))
|
||||||
|
Reference in New Issue
Block a user