diff options
| -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  | 
