spacemacs/layers/+lang/faust
Anton-Latukha 2ee74f55da layers: lang: new structure: add DSL (&markup), framework, util
layers: lang: mv framework -> programming/framework

layers: programming: framework: upd
2019-05-15 21:05:09 +03:00
..
img
config.el
funcs.el
packages.el Unify packages list parentheses style 2018-11-21 21:35:38 +00:00
README.org layers: lang: new structure: add DSL (&markup), framework, util 2019-05-15 21:05:09 +03:00

faust layer

/TakeV/spacemacs/media/commit/2ee74f55da12214c8f1b5c353f51b11fe3a7bca9/layers/+lang/faust/img/faust.png

Description

This layer adds support for the faust language to Spacemacs.

Features:

  • Syntax highlighting
  • Auto-completion

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add faust to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key binding Description
SPC m c f Compile to SVG and open in Firefox
SPC m c g Compile a jack-gtk program and run it
SPC m c q Compile a jack-qt program and run it
SPC m g b Jump back to previous location
SPC m g g Jump to definition around point