Calc configuration
This commit is contained in:
parent
3d8a188872
commit
6572405db8
|
@ -1057,3 +1057,8 @@ Bind calc to ~SPC o c~
|
||||||
"d" #'calc-dispatch
|
"d" #'calc-dispatch
|
||||||
"g" #'calc-grab-region))
|
"g" #'calc-grab-region))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Group digits by default
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq calc-group-digits t)
|
||||||
|
#+end_src
|
||||||
|
|
Loading…
Reference in New Issue