redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

wrong-type-argument commandp hydra-git/body #965

Closed peng051410 closed 2 years ago

peng051410 commented 2 years ago

When run

space g g

Got an error:

Debugger entered--Lisp error: (wrong-type-argument commandp hydra-git/body)
  call-interactively(hydra-git/body nil nil)
  command-execute(hydra-git/body)

Emacs version: GNU Emacs 27.2 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Version 10.15.7 (Build 19H1615)) of 2022-02-14

redguardtoo commented 2 years ago

a83cf47b fixed hydra setup (Chen Bin)

peng051410 commented 2 years ago

Everything is ok!