doomemacs/modules/lang/faust
Henrik Lissner 037b018cdd
feat: add .doommodule files
These optional dotfiles indicate the root of a module or module
group (:lang), and will later contain module metadata. They will also
serve as an alternative to packages.el and doctor.el, and will aide the
parts of the v3.0 module API concerned with resolving the current module
from a path (`doom-module-from-path`), which currently rely too heavily
on parsing path strings.

For now, however, they're simply placeholders.
2024-09-14 20:47:39 -04:00
..
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
autoload.el lang/faust: fix unfiltered code completion 2019-10-24 19:22:15 -04:00
config.el configure faust company backends 2019-10-27 14:24:52 +01:00
doctor.el Add lang/faust module (#1898) 2019-10-13 19:23:54 -04:00
packages.el Bump * 2020-08-19 16:18:11 -04:00
README.org docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00

:lang faust

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

Maintainers

This module needs a maintainer. Become a maintainer?

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.

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?