mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
sorted items
This commit is contained in:
parent
9147159ece
commit
9168b2cf8e
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ previous value."
|
|||
(if (null kernelspec)
|
||||
'python ;; FIXME
|
||||
(ein:case-equal (ein:$kernelspec-language kernelspec)
|
||||
(("python" "R" "julia") (intern (ein:$kernelspec-language kernelspec)))
|
||||
(("julia" "python" "R") (intern (ein:$kernelspec-language kernelspec)))
|
||||
(t 'python))))
|
||||
|
||||
(defun ein:edit-src-continue (e)
|
||||
|
|
Loading…
Add table
Reference in a new issue