lang/julia: ensure inferior-julia-program-name is defined
For ob-julia
This commit is contained in:
parent
6cc4c71872
commit
684e69c968
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
;;; lang/julia/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; `ob-julia' needs this variable to be defined, but it's defined in
|
||||
;; `ess-custom', which won't be available if you're using :lang julia and not
|
||||
;; :lang ess.
|
||||
;;;###autoload (defvar inferior-julia-program-name (or (executable-find "julia-basic") "julia"))
|
||||
|
||||
;;;###autoload
|
||||
(defun +julia/open-repl ()
|
||||
"Run an inferior instance of `julia' inside Emacs."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue