[Fix #813] Add missing smartrep require
This commit is contained in:
parent
dc861b7c8b
commit
19f71e5937
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue