Move round-number-to-decimals binding to init.el
It is nowwtogether with all the other bindings.
This commit is contained in:
parent
407f1b1f8e
commit
2191b1ac64
1
init.el
1
init.el
@ -1111,6 +1111,7 @@
|
|||||||
("C-a" . gpolonkai/move-to-beginning-of-line)
|
("C-a" . gpolonkai/move-to-beginning-of-line)
|
||||||
("C-e" . gpolonkai/move-to-end-of-line)
|
("C-e" . gpolonkai/move-to-end-of-line)
|
||||||
("M-q" . sachachua/fill-or-unfill-paragraph)
|
("M-q" . sachachua/fill-or-unfill-paragraph)
|
||||||
|
("C-c r" . round-number-at-point-to-decimals)
|
||||||
:map ctl-x-map
|
:map ctl-x-map
|
||||||
("C-y" . duplicate-line)
|
("C-y" . duplicate-line)
|
||||||
("_" . maximize-window)
|
("_" . maximize-window)
|
||||||
|
@ -15,5 +15,3 @@
|
|||||||
mult
|
mult
|
||||||
(get-number-at-point)))
|
(get-number-at-point)))
|
||||||
mult)))))
|
mult)))))
|
||||||
|
|
||||||
(global-set-key (kbd "C-c r") 'round-number-at-point-to-decimals)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user