Skip to content

Commit

Permalink
evil-jumps: Fix old function names
Browse files Browse the repository at this point in the history
evil-jumper--push is now evil--jumps-push
  • Loading branch information
justbur authored and TheBB committed Feb 23, 2016
1 parent bdd702d commit e69d550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/+lang/python/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
(spacemacs|hide-lighter anaconda-mode)

(defadvice anaconda-mode-goto (before python/anaconda-mode-goto activate)
(evil-jumper--push)))))
(evil--jumps-push)))))

(when (configuration-layer/layer-usedp 'auto-completion)
(defun python/post-init-company ()
Expand Down
2 changes: 1 addition & 1 deletion layers/cscope/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"gx" 'helm-cscope-find-this-text-string))
:config
(defadvice helm-cscope-find-this-symbol (before cscope/goto activate)
(evil-jumper--push)))))
(evil--jumps-push)))))

0 comments on commit e69d550

Please sign in to comment.