Skip to content

Commit 0374cca

Browse files
committed
Merge pull request #789 from hugoduncan/fix-jump-to
Fix cider-jump-to
2 parents dccec4b + 6f10d95 commit 0374cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-interaction.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ otherwise `switch-to-buffer'."
686686
(switch-to-buffer buffer))
687687
(with-current-buffer buffer
688688
(widen)
689+
(goto-char (point-min))
689690
(forward-line (1- (or line 1)))
690691
(back-to-indentation)
691692
(cider-mode +1)))

0 commit comments

Comments
 (0)