diff --git a/core/prelude-editor.el b/core/prelude-editor.el index e6442a8..bef7de0 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -392,6 +392,8 @@ indent yanked text (with prefix arg don't indent)." ;; operate-on-number (require 'operate-on-number) +(require 'smartrep) + (smartrep-define-key global-map "C-c ." '(("+" . apply-operation-to-number-at-point) ("-" . apply-operation-to-number-at-point)