Factor is a stack based programming language with an awesome emacs mode. * remove extra layer of nesting for keybinds * use-package! * lazy load fuel * fue listener typo * remove extra space * Add README
1.3 KiB
1.3 KiB
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.