Fix autoloaded hydras

They weren't marked as interactive, making them unavailable for `M-x` or
keybinds.
This commit is contained in:
Henrik Lissner 2019-04-07 16:06:52 -04:00
parent 3b2befe161
commit a4283427f5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
;;; core/autoload/hydras.el -*- lexical-binding: t; -*- ;;; core/autoload/hydras.el -*- lexical-binding: t; -*-
;;;###autoload (autoload 'doom-text-zoom-hydra/body "core/autoload/hydras" nil nil) ;;;###autoload (autoload 'doom-text-zoom-hydra/body "core/autoload/hydras" nil t)
(defhydra doom-text-zoom-hydra (:hint t :color red) (defhydra doom-text-zoom-hydra (:hint t :color red)
" "
Text zoom: _j_:zoom in, _k_:zoom out, _0_:reset Text zoom: _j_:zoom in, _k_:zoom out, _0_:reset
@ -9,7 +9,7 @@
("k" text-scale-decrease "out") ("k" text-scale-decrease "out")
("0" (text-scale-set 0) "reset")) ("0" (text-scale-set 0) "reset"))
;;;###autoload (autoload 'doom-window-nav-hydra/body "core/autoload/hydras" nil nil) ;;;###autoload (autoload 'doom-window-nav-hydra/body "core/autoload/hydras" nil t)
(defhydra doom-window-nav-hydra (:hint nil) (defhydra doom-window-nav-hydra (:hint nil)
" "
Split: _v_ert _s_:horz Split: _v_ert _s_:horz

View file

@ -1,6 +1,6 @@
;;; completion/ivy/autoload/hydras.el -*- lexical-binding: t; -*- ;;; completion/ivy/autoload/hydras.el -*- lexical-binding: t; -*-
;;;###autoload (autoload '+ivy-coo-hydra/body "completion/ivy/autoload/hydras" nil nil) ;;;###autoload (autoload '+ivy-coo-hydra/body "completion/ivy/autoload/hydras" nil t)
(defhydra +ivy-coo-hydra (:hint nil :color pink) (defhydra +ivy-coo-hydra (: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)

View file

@ -23,7 +23,7 @@
(goto-char (1+ res)) (goto-char (1+ res))
(widget-button-press (point))))) (widget-button-press (point)))))
;;;###autoload (autoload '+ein-hydra/body "tools/ein/autoload" nil nil) ;;;###autoload (autoload '+ein-hydra/body "tools/ein/autoload" nil t)
(defhydra +ein-hydra (:hint t :color red) (defhydra +ein-hydra (:hint t :color red)
" "
Operations on Cells^^^^^^ Other Operations on Cells^^^^^^ Other

View file

@ -1,6 +1,6 @@
;;; tools/rgb/autoload.el -*- lexical-binding: t; -*- ;;; tools/rgb/autoload.el -*- lexical-binding: t; -*-
;;;###autoload (autoload '+rgb-kurecolor-hydra/body "tools/rgb/autoload" nil nil) ;;;###autoload (autoload '+rgb-kurecolor-hydra/body "tools/rgb/autoload" nil t)
(defhydra +rgb-kurecolor-hydra (:color pink :hint nil) (defhydra +rgb-kurecolor-hydra (:color pink :hint nil)
" "
Inc/Dec _w_/_W_ brightness _d_/_D_ saturation _e_/_E_ hue " Inc/Dec _w_/_W_ brightness _d_/_D_ saturation _e_/_E_ hue "

View file

@ -1,6 +1,6 @@
;;; ui/vc-gutter/autoload.el -*- lexical-binding: t; -*- ;;; ui/vc-gutter/autoload.el -*- lexical-binding: t; -*-
;;;###autoload (autoload '+vc-gutter-hydra/body "ui/vc-gutter/autoload" nil nil) ;;;###autoload (autoload '+vc-gutter-hydra/body "ui/vc-gutter/autoload" nil t)
(defhydra +vc-gutter-hydra (defhydra +vc-gutter-hydra
(:body-pre (git-gutter-mode 1) :hint nil) (:body-pre (git-gutter-mode 1) :hint nil)
" "