c3866382b2
- Add #+HTML_HEAD_EXTRA options to all org files - HTMLize published documentation via CSS |
||
---|---|---|
.. | ||
img | ||
config.el | ||
packages.el | ||
README.org |
Nim contribution layer for Spacemacs
Description
This layer adds support for nim (nimrod).
Install
Layer
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(nim))
Working with Nim
Nim commands (start with m
):
Key Binding | Description |
---|---|
SPC m c r |
nim compile –run main.nim |