Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update to using cider-find-var instead of jump-to-var.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahinshaw committed May 6, 2015
1 parent c53395e commit a0feb29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ server
session*
projectile-bookmarks.eld
*~
recentf
4 changes: 2 additions & 2 deletions config/init-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

(after 'evil
(evil-define-key 'normal cider-mode-map
(kbd "g d") 'cider-jump-to-var
(kbd "g d") 'cider-find-var
(kbd "g b") 'cider-jump-back
(kbd "C-]") 'cider-jump-to-var
(kbd "C-]") 'cider-find-var
(kbd "K") 'cider-doc
(kbd "g K") 'cider-javadoc
;;Evaluate the current toplevel form. PREFIX => print in buffer.
Expand Down

0 comments on commit a0feb29

Please sign in to comment.