doomemacs/modules/lang/scheme/README.org
Henrik Lissner 1abcf913aa
revert: fix(docs): set mode in file-local vars
emacs-straight/org-mode@e22b4eb7aa introduced a breaking change that
made it impossible to rely on .dir-locals.el to change org-mode buffers
in $EMACSDIR to doom-docs-org-mode (without infinite recursion), so we
used file-local variables in 7e400ab.

emacs-straight/org-mode@215de6176b reverted that change, so we can use
.dir-locals.el again, and this is my preference, since it requires less
boilerplate across our hundreds of org files.

Ref: emacs-straight/org-mode@215de6176b
Ref: emacs-straight/org-mode@e22b4eb7aa
Revert: 7e400abdc0
2022-08-07 19:08:07 +02:00

81 lines
2.8 KiB
Org Mode

#+title: :lang scheme
#+subtitle: A fully conniving family of lisps
#+created: July 23, 2019
#+since: 21.12.0 (#1588)
* Description :unfold:
This module provides support for the Scheme family of Lisp languages, powered by
[[https://www.nongnu.org/geiser/geiser_1.html#introduction][geiser]].
** Maintainers
/This module has no dedicated maintainers./ [[doom-contrib-maintainer:][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 section will be machine generated. Don't edit it by hand.
/This module does not have a changelog yet./
* Installation
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
Depending on which flags you have enabled on this module, you'll need the
associated Schemes, namely:
- [[https://www.gnu.org/software/guile][Guile]] 2.2.0 or better
- [[https://call-cc.org][Chicken]] 4.8.0 or better
- [[https://www.gnu.org/software/mit-scheme][MIT/GNU Scheme]] 9.1.1 or better
- [[https://synthcode.com/scheme/chibi][Chibi Scheme]] 0.7.3 or better
- [[https://www.scheme.com][Chez Scheme]] 9.4 or better
Their executables must be present in your =$PATH= for [[doom-package:][geiser]] to work properly.
* TODO Usage
#+begin_quote
🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]
#+end_quote
| command | key / ex command | description |
|---------------------+-----------------------+----------------------|
| ~+scheme/open-repl~ | [[kbd:][<leader> o r]], =:repl= | Open the Scheme Repl |
* TODO Configuration
#+begin_quote
🔨 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
#+end_quote
* Troubleshooting
/There are no known problems with this module./ [[doom-report:][Report one?]]
* Frequently asked questions
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
* TODO Appendix
#+begin_quote
🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
#+end_quote