We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f887309 commit 80f4d3aCopy full SHA for 80f4d3a
inf-fsharp-mode.el
@@ -73,7 +73,7 @@ be sent from another buffer in fsharp mode.
73
(set (make-local-variable 'comment-column) 40)
74
(set (make-local-variable 'comment-start-skip) "(\\*+ *")
75
(set (make-local-variable 'parse-sexp-ignore-comments) nil)
76
- (set (make-local-variable 'comint-process-echoes) nil)
+ (set (make-local-variable 'comint-process-echoes) t)
77
(run-hooks 'inferior-fsharp-mode-hooks)
78
79
;; use compilation mode to parse errors, but RET and C-cC-c should still be from comint-mode
0 commit comments