Try to omit the stack element number when killing in calc
Not (yet?) working for `M-w`, though.
This commit is contained in:
parent
1625a6d7d4
commit
454bcf4bbd
10
init.el
10
init.el
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user