From 761bceeb742c9146a36f194f07df4ef378f46c25 Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 6 May 2021 11:32:41 +0200 Subject: Add openscad support --- emacs-init.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index ddc9153..78f7e78 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -35,6 +35,7 @@ - [[#pdfs][PDFs]] - [[#latex][Latex]] - [[#programming-languages][Programming languages]] + - [[#cad][CAD]] - [[#org-mode][Org mode]] - [[#deft][Deft]] - [[#shell][Shell]] @@ -3225,6 +3226,12 @@ area. :straight t :after org) #+end_src +** CAD +[[https://www.openscad.org/][OpenSCAD]] is a programmable CAD Modeller. +#+begin_src emacs-lisp +(use-package scad-mode + :straight t) +#+end_src ** Org mode Org is the mode you never need to leave, if you do not want to. My org TODO and clocking setup is largely inspired by [[http://doc.rix.si/cce/cce-org.html][Ryan Rix's]] and [[http://doc.norang.ca/org-mode.html][Bernt -- cgit v1.2.3