mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Make whole shared output buffer read-only
This commit is contained in:
parent
ffa9dba8be
commit
04ea0b455d
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue