start julia repl with `spacemacs/ess-start-repl`

This commit is contained in:
Guido Kraemer 2017-11-27 11:56:01 +01:00 committed by bmag
parent 88a952fb33
commit 502a62a640
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
(cond
((string= "S" ess-language) (call-interactively 'R))
((string= "STA" ess-language) (call-interactively 'stata))
((string= "SAS" ess-language) (call-interactively 'SAS))))
((string= "SAS" ess-language) (call-interactively 'SAS))
((string= "julia" ess-language) (call-interactively 'julia))))
(defun spacemacs//ess-fix-read-only-inferior-ess-mode ()
"Fixes a bug when `comint-prompt-read-only' in non-nil.