doomemacs/modules/lang/scheme
Hugo Nobrega c2b40148b8 fix and add keybinds in :lang scheme, with descriptions
Some keys were bound to no-longer-existing commands, or commands which changed
name.

Others only made sense in the REPL, or /also/ in the REPL, so the keybinds are
now in `scheme-mode-map', `geiser-repl-mode-map', or both accordingly.
2021-04-18 22:01:17 -03:00
..
autoload.el Bump :lang scheme 2021-04-16 12:42:22 -04:00
config.el fix and add keybinds in :lang scheme, with descriptions 2021-04-18 22:01:17 -03:00
packages.el Bump :lang scheme 2021-04-16 12:42:22 -04:00
README.org lang/scheme: fix support for scheme implementations 2021-04-14 23:43:45 -04:00

lang/scheme

Description

This module provides an environment for hacking and having fun in scheme. It is powered by geiser.

Module Flags

  • +chez
  • +chibi
  • +chicken
  • +gambit
  • +gauche
  • +guile
  • +kawa
  • +mit
  • +racket

Plugins

Prerequisites

This module requires you to have at least one of the supported schemes, namely:

Their executables must be present in your path for geiser to work properly.

Features

Commands

Geiser

command key / ex command description
+scheme/open-repl :repl Open the Scheme Repl