doomemacs/modules/lang/racket
2020-05-01 19:50:47 -04:00
..
autoload.el Standardize naming of repl handler commands 2019-10-07 14:08:58 -04:00
config.el Bump :lang racket 2020-04-17 15:47:04 -04:00
doctor.el Add Racket lang 2018-07-29 10:50:17 -03:00
packages.el Bump :lang racket 2020-05-01 19:50:47 -04:00
README.org Conditionally enable racket-smart-open-bracket-mode 2020-02-23 15:36:16 -06:00

lang/racket

Description

This module provide integration for racket-mode.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Plugins

Prerequisites

This module only require `racket`. Install it directly from the racket website, or check your package manger.

TODO Features

Configuration

racket-smart-open-bracket-mode

racket-smart-open-bracket-mode gets turned off automatically if you use parinfer, lispy. If you wish to enable it, add the following to your config.el:

(after! racket-mode
  (add-hook! racket-mode
             #'racket-smart-open-bracket-mode))

TODO Troubleshooting