Version 0.3 of package Shift-Number has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Shift-Number describes itself as: ===================================== Increase/decrease the number at point ===================================== More at https://elpa.gnu.org/packages/shift-number.html ## Summary: ################## Emacs Shift Number ################## About ===== This Emacs package provides commands to increase and decrease the number at point (or the next number on the current line). Supported number formats: - Decimal: ``42``, ``-17``, ``+5``, ``007`` - Binary: ``0b101``, ``0B1010`` - Octal: ``0o42``, ``0O755`` - Hexadecimal: ``0xBEEF``, ``0xcafe`` - Superscript: ``⁴²``, ``⁻¹`` - Subscript: ``₄₂``, ``₋₁`` Installation ============ Automatic --------- This package can be installed from `MELPA <http://melpa.org/>`__ (with ``M-x package-install`` or ``M-x list-packages``). Manual ------ For the manual installation, clone the repository, add the directory to ``load-path`` and add autoloads for the interactive commands: .. code-block:: elisp ## Recent NEWS: [Not provided 🙁]
