sorted items

This commit is contained in:
Felipe Lema 2019-02-20 12:23:27 -03:00
parent 9147159ece
commit 9168b2cf8e

View file

@ -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)