diff --git a/ein-shared-output.el b/ein-shared-output.el index 1c846b0..062d47f 100644 --- a/ein-shared-output.el +++ b/ein-shared-output.el @@ -96,6 +96,7 @@ (setq ein:@shared-output (ein:$shared-output "SharedOutput" :ewoc ewoc :cell cell)) (ein:cell-enter-last cell)) + (setq buffer-read-only t) (ein:shared-output-mode) ein:@shared-output)))