diff options
-rw-r--r-- | emacs-init.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index cb67655..fd97f20 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -36,6 +36,7 @@ - [[#latex][Latex]] - [[#programming-languages][Programming languages]] - [[#cad][CAD]] + - [[#calc][Calc]] - [[#org-mode][Org mode]] - [[#deft][Deft]] - [[#shell][Shell]] @@ -3232,6 +3233,13 @@ area. (use-package scad-mode :straight t) #+end_src +** Calc +#+begin_src emacs-lisp +(use-package calc + :custom + (calc-lu-field-reference "1 V") + (calc-lu-power-reference "1 mW")) +#+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 |