diff options
| author | fpi | 2021-05-06 11:32:41 +0200 | 
|---|---|---|
| committer | fpi | 2022-03-17 14:37:58 +0100 | 
| commit | 761bceeb742c9146a36f194f07df4ef378f46c25 (patch) | |
| tree | 485773084c537ebc14b24580cd72909303f6f280 | |
| parent | Add vundo (diff) | |
Add openscad support
| -rw-r--r-- | emacs-init.org | 7 | 
1 files changed, 7 insertions, 0 deletions
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  | 
