From 424ea4538044f3e09997ab8f3222f03383cd23b3 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 16 Oct 2025 11:45:25 -0500 Subject: Emacs/Calc: Enable grouping of digits by default --- common/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index 384467a..ab15af1 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -2266,6 +2266,7 @@ Only works on a single file." calc-angle-mode 'rad calc-language 'big calc-prefer-frac t + calc-group-digits t calc-kill-line-numbering nil)) (use-package tab-bar -- cgit v1.2.3