We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cider-result-overlay-position
1 parent 1989a72 commit ef87c71Copy full SHA for ef87c71
cider-eval.el
@@ -958,7 +958,8 @@ Optional argument DONE-HANDLER lambda will be run once load is complete."
958
;; 2.- Calculate the overlay position, which is the point (per the previous jump),
959
;; and then end-of-line (for ensuring the overlay will be rendered properly):
960
(end (save-excursion
961
- (end-of-line)
+ (when (equal cider-result-overlay-position 'at-eol)
962
+ (end-of-line))
963
(point))))
964
(cider--maybe-display-error-as-overlay phase err end))))
965
(lambda (buffer)
0 commit comments