When I use C-c a I get the error in the title ("Autoloading file projectile-rails.elc failed to define function hydra-projectile-rails"). Could it have to do with the ignore-errors here?
(with-no-warnings
(ignore-errors
(defhydra hydra-projectile-rails-find (:color blue :columns 8)
"Find a resources"
("m" projectile-rails-find-model "model")
I'm using Emacs 30.0.50. Does this work in Emacs 29?
I'm using
straight
and get these errors during byte compile:My setup:
When I use
C-c a
I get the error in the title ("Autoloading file projectile-rails.elc failed to define function hydra-projectile-rails"). Could it have to do with theignore-errors
here?I'm using Emacs 30.0.50. Does this work in Emacs 29?