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

@ -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