Browse Source

[Fix #813] Add missing smartrep require

custom
Bozhidar Batsov 11 years ago
parent
commit
19f71e5937
  1. 2
      core/prelude-editor.el

2
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)

Loading…
Cancel
Save