Do not show Calc's trail by default

Rarely using it, and when I do, it can be displayed with `t d`.
This commit is contained in:
Daniel Borchmann 2025-10-07 16:32:19 +02:00
parent 2de58df052
commit 02d06b4d6e
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -204,7 +204,8 @@
(byte "8 * bit" "Byte") (byte "8 * bit" "Byte")
(bps "bit / s" "Bit per second")) (bps "bit / s" "Bit per second"))
math-units-table nil math-units-table nil
calc-kill-line-numbering nil)) calc-kill-line-numbering nil
calc-display-trail nil))
(use-package calender (use-package calender
:init (setq calendar-date-style 'iso :init (setq calendar-date-style 'iso