Fix wrong-type-argument sequencep when loading ein's hydra #2057
This commit is contained in:
parent
0ff68e5a7f
commit
6920ae80f0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
;;;###if (featurep! :ui hydra)
|
;;;###if (featurep! :ui hydra)
|
||||||
|
|
||||||
;;;###autoload (autoload '+ein/hydra/body "tools/ein/autoload/hydra" nil t)
|
;;;###autoload (autoload '+ein/hydra/body "tools/ein/autoload/hydra" nil t)
|
||||||
(defhydra +ein/hydra (:hint t :color red)
|
(defhydra +ein/hydra (:color red)
|
||||||
"
|
"
|
||||||
Operations on Cells^^^^^^ Other
|
Operations on Cells^^^^^^ Other
|
||||||
----------------------------^^^^^^ ----------------------------------^^^^
|
----------------------------^^^^^^ ----------------------------------^^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue