From 4ab713bb2327e34aaf5b8dcaafee388ede07ea05 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Sep 2024 07:46:18 +0200 Subject: emacs: Configure the calculator --- .config/emacs/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/emacs/init.el') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 0f4a493..b3c5eb1 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -872,7 +872,11 @@ the comparison of the ‘company-pseudo-tooltip-overlay’ height and 0 using PR ("r" eglot-rename))) ;;; Emacs Calculator -(setq calc-display-trail nil) +(setq + calc-display-trail nil + calc-point-char "," + calc-group-char "." + calc-group-digits t) ;;; Emacs Tetris (use-package tetris -- cgit v1.2.3