Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.53 KB

README.org

File metadata and controls

69 lines (58 loc) · 2.53 KB

:lang faust

Description

Add support to Faust language inside emacs.

  • Faust code syntax highlighting and indentation
  • Project-based (inter-linked Faust files)
  • Build/compile with output window
  • Graphic diagrams generation and visualization in the (default) browser
  • Browse generated C++ code inside Emacs
  • Inter-linked files/buffers :
    • From “component” to Faust file
    • From “include” to Faust library file
  • From error to file:line number
  • From function name to online documentation
  • Fully configurable (build type/target/architecture/toolkit, keyboard shortcuts, etc.)
  • Automatic keyword completion (if Auto-Complete is installed)
  • Automatic objets (functions, operators, etc.) template insertion with default sensible values (if doom-module::editor snippets is enabled)
  • Modeline indicator of the state of the code

Maintainers

This module needs a maintainer. Become a maintainer?

Packages

  • doom-package:faustine

Hacks

  • Both faust-mode and faustine-mode are hardcoded to use doom-package:auto-complete, which Doom does not use. Its obnoxious ‘You really should install and use auto-complete’ warnings have been silenced.

Usage

🔨 This module’s usage documentation is incomplete. Complete it?

BindingDescription
<localleader> bbuild
<localleader> csyntax check
<localleader> ddiagram
<localleader> honline dock
<localleader> RETmdoc
<localleader> otoggle output buffer
<localleader> ssource code
<localleader> rrun
<localleader> S-bbuild all
<localleader> S-ddiagram all

Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

Appendix

🔨 This module has no appendix yet. Write one?