This layer brings single file execution for Spacemacs.
- Single file execution using emacs-quickrun
To use this configuration layer, first, clone this repository to ~/.emacs.d/private/layers/quickrun,
and add quickrun to the existing dotspacemacs-configuration-layers list in this file.
| Key Binding | Description |
|---|---|
SPC c q a | run current buffer with arguments |
SPC c q h | select configuration and run current buffer |
SPC c q q | run current buffer or visual region |
SPC c q s | create a .qrinput file of current buffer |