Skip to content

Commit

Permalink
[Fix bbatsov#813] Add missing smartrep require
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and Toby McLaughlin committed Mar 29, 2015
1 parent dc00ca5 commit 6d6af2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/prelude-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d6af2d

Please sign in to comment.