openscad (with openscad-mode for Emacs)

This commit is contained in:
Andrea Ciceri 2022-01-08 12:36:30 +01:00
parent 5ec83521ea
commit 68eace4a44
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
4 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,4 @@
(use-package scad-mode
:mode "\\.scad\\'")
(provide 'config-scad)

View file

@ -26,5 +26,6 @@ Return nil if COMMAND is not found anywhere in `exec-path'."
(require 'config-spelling)
(require 'config-nix)
(require 'config-purescript)
(require 'config-scad)
(server-start)