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 syl20bnr committed Apr 11, 2016
1 parent bdf9fc5 commit a9a68fb
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 @@ -52,7 +52,7 @@
(spacemacs|hide-lighter anaconda-mode)

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

(defun python/init-cython-mode ()
(use-package cython-mode
Expand Down
2 changes: 1 addition & 1 deletion layers/cscope/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,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 a9a68fb

Please sign in to comment.