commit 8ceb98cf847e2296e961c78a5e66e066a2dd93ee parent 25871717eb32019c5559cf12b113c51e63ae7368 Author: Alex Balgavy <alexander.balgavy@spaceapplications.com> Date: Thu, 8 Aug 2024 16:28:13 +0200 emacs: calc bindings Diffstat:
M | emacs/config.org | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -3295,9 +3295,19 @@ Also, counsel doesn't provide some keybindings that I can get from helpful. (KiB "1024 * B" "Kibibyte") (MiB "1024 * KiB" "Mebibyte") (GiB "1024 * MiB" "Gibibyte") + (TiB "1024 * GiB" "Tebibyte") + (PiB "1024 * TiB" "Pebibyte") + (EiB "1024 * PiB" "Exbibyte") + (ZiB "1024 * EiB" "Zebibyte") + (YiB "1024 * ZiB" "Yobibyte") (KB "1000 * B" "Kilobyte") (MB "1000 * KB" "Megabyte") (GB "1000 * MB" "Gigabyte") + (TB "1000 * GB" "Terabyte") + (PB "1000 * TB" "Petabyte") + (EB "1000 * PB" "Exabyte") + (ZB "1000 * EB" "Zettabyte") + (YB "1000 * ZB" "Yottabyte") (Kib "1024 * b" "Kibibit") (Mib "1024 * Kib" "Mebibit") (Gib "1024 * Mib" "Gibibit")