summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index e580292e..f5ff7d16 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -553,7 +553,8 @@ added as a prefix to the LOCATION."
((and path (file-exists-p path)) (find-file path))
(t (cider-find-resource resource)))
(goto-char (point-min))
- (forward-line (1- line))))
+ (forward-line (1- line))
+ (cider-mode 1))) ; enable cider-jump keybindings on java sources
(defun cider--jump-to-def-op-fn (var)
"Jump to VAR def by using the nREPL info op."