mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-30 05:41:13 -08:00
OCamlPro/ocp-indent@1213857683 -> OCamlPro/ocp-indent@e2ac9daae2 atomontage/xterm-color@2ad407c651 -> atomontage/xterm-color@ce82e87ea3 brownts/ada-ts-mode@d0c1c124b2 -> brownts/ada-ts-mode@52e0fd1160 emacs-ess/ESS@8369d574f1 -> emacs-ess/ESS@7b9123669c emacs-geiser/geiser@c8b862f00e -> emacs-geiser/geiser@43b9a034aa emacs-lsp/emacs-ccls@34251b799e -> emacs-lsp/emacs-ccls@12b43b357e emacs-typescript/typescript.el@481df3ad2c -> emacs-typescript/typescript.el@2535780bdb joaotavora/sly@63131ef965 -> joaotavora/sly@6a303bae74 ocaml/dune@28b7e8f3b2 -> ocaml/dune@a40c461736 ocaml/merlin@8b88b89ee7 -> ocaml/merlin@ecfbed3976 ocaml/tuareg@1600fdad28 -> ocaml/tuareg@f0cb55f217 |
||
|---|---|---|
| .. | ||
| .doommodule | ||
| autoload.el | ||
| config.el | ||
| packages.el | ||
| README.org | ||
:lang scheme
Description unfold
This module provides support for the Scheme family of Lisp languages, powered by geiser.
Maintainers
This module has no dedicated maintainers. Become a maintainer?
Module flags
- +chez
- +chibi
- +chicken
- +gambit
- +gauche
- +guile
- +kawa
- +mit
- +racket
Packages
- doom-package:flycheck-guile if doom-module:+guile and doom-module::checkers syntax
- doom-package:geiser
- doom-package:geiser-chez if doom-module:+chez
- doom-package:geiser-chibi if doom-module:+chibi
- doom-package:geiser-chicken if doom-module:+chicken
- doom-package:geiser-gambit if doom-module:+gambit
- doom-package:geiser-gauche if doom-module:+gauche
- doom-package:geiser-guile if doom-module:+guile
- doom-package:geiser-kawa if doom-module:+kawa
- doom-package:geiser-mit if doom-module:+mit
- doom-package:geiser-racket if doom-module:+racket
- doom-package:macrostep-geiser
Hacks
No hacks documented for this module.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom! block.
Depending on which flags you have enabled on this module, you'll need the associated Schemes, namely:
- Guile 2.2.0 or better
- Chicken 4.8.0 or better
- MIT/GNU Scheme 9.1.1 or better
- Chibi Scheme 0.7.3 or better
- Chez Scheme 9.4 or better
Their executables must be present in your $PATH for doom-package:geiser to work properly.
TODO Usage
This module's usage documentation is incomplete. Complete it?
| command | key / ex command | description |
|---|---|---|
+scheme/open-repl |
<leader> o r, :repl |
Open the Scheme Repl |
TODO Configuration
This module has no configuration documentation yet. Write some?
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?