Skip to content

Commit 2bc8278

Browse files
committed
Fix jump-to-error-line (closes purescript-emacs#60).
1 parent 28b97d1 commit 2bc8278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell-interactive-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
((file-exists-p cabal-relative-file-rel)
192192
cabal-relative-file))))
193193
(when file
194+
(other-window 1)
194195
(find-file file)
195196
(haskell-interactive-bring)
196197
(goto-line (string-to-number line))

0 commit comments

Comments
 (0)