mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 23:41:37 -05:00
Remove extra quote in jupyter-repl-interaction-mode
s :lighter
* jupyter-repl.el (jupyter-repl-interaction-mode): Do it.
This commit is contained in:
parent
bb50dfb830
commit
5883bad935
1 changed files with 1 additions and 1 deletions
|
@ -1957,7 +1957,7 @@ the `current-buffer' will automatically have
|
|||
|
||||
\\{jupyter-repl-interaction-mode-map}"
|
||||
:group 'jupyter-repl
|
||||
:lighter '(:eval (jupyter-repl-interaction-mode-line))
|
||||
:lighter (:eval (jupyter-repl-interaction-mode-line))
|
||||
:init-value nil
|
||||
(cond
|
||||
(jupyter-repl-interaction-mode
|
||||
|
|
Loading…
Add table
Reference in a new issue