Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lisp/cider-eval.el
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ RESULT will be preceded by COMMENT-PREFIX.
CONTINUED-PREFIX is inserted for each additional line of output.
COMMENT-POSTFIX is inserted after final text output."
(unless (string= result "")
(clojure-indent-line)
(indent-according-to-mode)
(let ((lines (split-string result "[\n]+" t))
(beg (point))
(col (current-indentation)))
Expand Down
Loading