Try to omit the stack element number when killing in calc

Not (yet?) working for `M-w`, though.
This commit is contained in:
Daniel Borchmann 2025-06-28 11:15:58 +02:00
parent 1625a6d7d4
commit 454bcf4bbd
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

10
init.el
View File

@ -197,13 +197,13 @@
(use-package calc (use-package calc
;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html ;; https://florian.adamsky.it/2016/03/31/emacs-calc-for-programmers-and-cs.html
:defines (math-additional-units :defines (math-additional-units ; from calc-units.el
math-units-table) math-units-table) ; from calc-units.el
:init (setq math-additional-units :init (setopt math-additional-units '((bit nil "Bit")
'((bit nil "Bit")
(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))
(use-package calender (use-package calender
:init (setq calendar-date-style 'iso :init (setq calendar-date-style 'iso