doomemacs/modules/lang/factor
Rudi Grinberg 39ffc27ac8 Improve factor configuration
* Add bindings to fuel-help-mode
* Add more bindings to factor mode
* Add more bindings to fuel-listener mode

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2021-04-13 16:36:04 -07:00
..
config.el Improve factor configuration 2021-04-13 16:36:04 -07:00
packages.el Bump * 2021-03-27 18:27:02 -04:00
README.org Add lang/factor module (#2129) 2019-12-02 22:01:16 -05:00

lang/factor

Description

This module adds support to the factor programming language and its associated fuel emacs plugin.

  • If possible, include a brief list of feature highlights here
  • Like code completion, syntax checking or available snippets
  • Include links to packages & external things where possible

Module Flags

This module provides no flags.

Plugins

{A list of linked plugins}

Hacks

{A list of internal modifications to included packages}

Prerequisites

You must install factor to use the advanced functionality of this module.

Configuration

This module requires the installation of factor to be available at fuel-factor-root-dir. Here's an example of how to set it:

(setq fuel-factor-root-dir "/Applications/factor")

Troubleshooting

Common issues and their solution, or places to look for help.