Move round-number-to-decimals binding to init.el

It is nowwtogether with all the other bindings.
This commit is contained in:
Gergely Polonkai 2017-04-04 22:07:11 +02:00
parent 407f1b1f8e
commit 2191b1ac64
2 changed files with 1 additions and 2 deletions

View File

@ -1111,6 +1111,7 @@
("C-a" . gpolonkai/move-to-beginning-of-line)
("C-e" . gpolonkai/move-to-end-of-line)
("M-q" . sachachua/fill-or-unfill-paragraph)
("C-c r" . round-number-at-point-to-decimals)
:map ctl-x-map
("C-y" . duplicate-line)
("_" . maximize-window)

View File

@ -15,5 +15,3 @@
mult
(get-number-at-point)))
mult)))))
(global-set-key (kbd "C-c r") 'round-number-at-point-to-decimals)