Fix autoloaded hydras
They weren't marked as interactive, making them unavailable for `M-x` or keybinds.
This commit is contained in:
parent
3b2befe161
commit
a4283427f5
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue