diff options
author | fpi | 2021-05-29 14:07:22 +0200 |
---|---|---|
committer | fpi | 2022-03-17 14:37:58 +0100 |
commit | 5763b128be647f91da16300ae33240b838ca8551 (patch) | |
tree | d3694239d2b7d856b2f2dc71aa7ec782a91c21cf | |
parent | Add binding for org-ref (diff) |
Add calc settings for decibel
Diffstat (limited to '')
-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 |