doomemacs/modules/lang/faust/README.org
Henrik Lissner 88844e9cec docs: simplify internal docs links
Fewer links means less confusion.

- Merge doom-issue and doom-commit links into doom-ref (for auto-linking
  Issue/PR/commit references).
- Merge doom-module-source and doom-docs-source links into doom-source.
- Rename doom-report-issue to doom-report.
- Use '!' as the icon for module issues link.
- Remove doom-repo (replaced with "doom:*" in :lang org module).
- Add doomdir and emacsdir links to :lang org module.
2021-11-21 20:04:28 +01:00

2.8 KiB

:lang faust

Back to module index ! Issues ↖ Github ± Suggest edits ? Help


Description   unfold

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 :editor snippets is enabled)
  • Modeline indicator of the state of the code

Maintainers

This module needs a maintainer. Become a maintainer?

Packages

Hacks

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

TODO Usage

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

Binding Description
<localleader> b build
<localleader> c syntax check
<localleader> d diagram
<localleader> h online dock
<localleader> RET mdoc
<localleader> o toggle output buffer
<localleader> s source code
<localleader> r run
<localleader> S-b build all
<localleader> S-d diagram all

TODO 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?

TODO Appendix

🔨 This module has no appendix yet. Write one?