[hydra] Scheme - use general hydra for other implementations

This commit is contained in:
contrapunctus 2021-09-01 17:51:22 +05:30
parent 188d365629
commit 20c5e08fd0
1 changed files with 1 additions and 1 deletions

View File

@ -1805,7 +1805,7 @@ Don't try to check if there are files with a certain extension...it will lead to
(my-chicken-hydra/body))
((eq 'guile geiser-scheme-implementation)
(cp-guile/body))
(t (error "Couldn't detect Scheme implementation."))))
(t (contrapunctus-general-hydra/body))))
((derived-mode-p 'lisp-mode 'slime-repl-mode)
(my-cl-hydra/body))
((derived-mode-p 'prolog-mode)