Skip to content

Commit

Permalink
Add bindings for incrementing, decrementing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Kubica committed Jun 22, 2015
1 parent 8d3aa69 commit 75b78ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/.spacemacs
Expand Up @@ -164,6 +164,9 @@ layers configuration."
; also avoid any '<mouse-1> is undefined' when setting to 'undefined
; I know, it is deliberate
(define-key evil-motion-state-map [mouse-1] 'silence)

(evil-leader/set-key "o+" 'evil-numbers/inc-at-pt)
(evil-leader/set-key "o-" 'evil-numbers/dec-at-pt)
)

;; Do not write anything past this comment. This is where Emacs will
Expand Down

0 comments on commit 75b78ee

Please sign in to comment.