emacs-scad-mode 96.0
Emacs mode to edit OpenSCAD files
scad-mode
provides an Emacs major mode for editing OpenSCAD code. Features:
Syntax highlighting
Basic completion function (press M-TAB)
Preview rendered model in separate window (press C-c C-c)
Open buffer in OpenSCAD (press C-c C-o)
Export buffer with OpenSCAD (press C-c C-e)
Flymake support (enable flymake-mode in scad-mode buffers)
Org Babel support (
scad
source blocks)
- Outputs:
out
- Website: https://openscad.org/
- Licenses: GPL 3+
- Package source: gnu/packages/engineering.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-scad-mode 96.0
as follows:
guix install emacs-scad-mode@96.0
Or install the latest version:
guix install emacs-scad-mode
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.