Use radians for calc

This commit is contained in:
tecosaur 2020-02-06 23:31:25 +08:00
parent 334e43ce28
commit 7dfa8500af

View file

@ -412,6 +412,11 @@ Let's automaticly update terminals on theme change
#+BEGIN_SRC emacs-lisp
(add-hook 'doom-load-theme-hook 'theme-magic-from-emacs)
#+END_SRC
*** calc
Radians are just better
#+BEGIN_SRC emacs-lisp
(setq calc-angle-mode 'rad)
#+END_SRC
* Language configuration
** Org Mode
*** Basic config