From 5763b128be647f91da16300ae33240b838ca8551 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 29 May 2021 14:07:22 +0200 Subject: Add calc settings for decibel --- emacs-init.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3