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 @@
;;; 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)
"
Move ^^^^^^^^^^ | Call ^^^^ | Cancel^^ | Options^^ | Action _w_/_s_/_a_: %s(ivy-action-name)

View file

@ -23,7 +23,7 @@
(goto-char (1+ res))
(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)
"
Operations on Cells^^^^^^ Other

View file

@ -1,6 +1,6 @@
;;; 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)
"
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; -*-
;;;###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
(:body-pre (git-gutter-mode 1) :hint nil)
"