mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Remove input-start-marker
for REPL clients
This commit is contained in:
parent
fd1b9c8ada
commit
5c80b4c56f
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
(defclass jupyter-repl-client (jupyter-kernel-client)
|
||||
((kernel-info)
|
||||
(buffer :initarg :buffer)
|
||||
(execution-count :initform 1)
|
||||
(input-start-marker :initform (make-marker))))
|
||||
(execution-count :initform 1)))
|
||||
|
||||
;; TODO: Make this dynamics by updarting the width of the margin whenever the
|
||||
;; prompt string gets too long. This probably wont happen very often
|
||||
(defvar jupyter-repl-prompt-margin-width 12)
|
||||
|
|
Loading…
Add table
Reference in a new issue